diff options
Diffstat (limited to 'include/linux/extcon.h')
-rw-r--r-- | include/linux/extcon.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/linux/extcon.h b/include/linux/extcon.h index 7e206a9f88db..3ba02eecba2e 100644 --- a/include/linux/extcon.h +++ b/include/linux/extcon.h | |||
@@ -422,15 +422,4 @@ static inline int extcon_unregister_interest(struct extcon_specific_cable_nb | |||
422 | { | 422 | { |
423 | return -EINVAL; | 423 | return -EINVAL; |
424 | } | 424 | } |
425 | |||
426 | static inline int extcon_get_cable_state_(struct extcon_dev *edev, unsigned int id) | ||
427 | { | ||
428 | return extcon_get_state(edev, id); | ||
429 | } | ||
430 | |||
431 | static inline int extcon_set_cable_state_(struct extcon_dev *edev, unsigned int id, | ||
432 | bool cable_state) | ||
433 | { | ||
434 | return extcon_set_state_sync(edev, id, cable_state); | ||
435 | } | ||
436 | #endif /* __LINUX_EXTCON_H__ */ | 425 | #endif /* __LINUX_EXTCON_H__ */ |