Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

extcon: Remove unused inline functions

commit 830ae442202e ("extcon: Remove the deprecated extcon functions")
left behind this.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>

authored by

YueHaibing and committed by
Chanwoo Choi
52e4e287 fdf0eaf1

-12
-12
include/linux/extcon.h
··· 328 328 struct extcon_dev *edev; 329 329 unsigned long previous_value; 330 330 }; 331 - 332 - static inline int extcon_register_interest(struct extcon_specific_cable_nb *obj, 333 - const char *extcon_name, const char *cable_name, 334 - struct notifier_block *nb) 335 - { 336 - return -EINVAL; 337 - } 338 - 339 - static inline int extcon_unregister_interest(struct extcon_specific_cable_nb *obj) 340 - { 341 - return -EINVAL; 342 - } 343 331 #endif /* __LINUX_EXTCON_H__ */