aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/hid/hid-picolcd.h2
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
302static inline void picolcd_exit_cir(struct picolcd_data *data) 302static 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
307int picolcd_reset(struct hid_device *hdev); 307int picolcd_reset(struct hid_device *hdev);
308struct picolcd_pending *picolcd_send_and_wait(struct hid_device *hdev, 308struct picolcd_pending *picolcd_send_and_wait(struct hid_device *hdev,