diff options
Diffstat (limited to 'drivers/hid/hid-picolcd.h')
-rw-r--r-- | drivers/hid/hid-picolcd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/hid-picolcd.h b/drivers/hid/hid-picolcd.h index 020cef69f6a1..88c7c934c603 100644 --- a/drivers/hid/hid-picolcd.h +++ b/drivers/hid/hid-picolcd.h | |||
@@ -302,7 +302,7 @@ static inline int picolcd_init_cir(struct picolcd_data *data, struct hid_report | |||
302 | static inline void picolcd_exit_cir(struct picolcd_data *data) | 302 | static inline void picolcd_exit_cir(struct picolcd_data *data) |
303 | { | 303 | { |
304 | } | 304 | } |
305 | #endif /* CONFIG_HID_PICOLCD_LIRC */ | 305 | #endif /* CONFIG_HID_PICOLCD_CIR */ |
306 | 306 | ||
307 | int picolcd_reset(struct hid_device *hdev); | 307 | int picolcd_reset(struct hid_device *hdev); |
308 | struct picolcd_pending *picolcd_send_and_wait(struct hid_device *hdev, | 308 | struct picolcd_pending *picolcd_send_and_wait(struct hid_device *hdev, |