Browse Source

HID: fix ifdef comment for "CONFIG_HID_PICOLCD_CIR"

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Paul Bolle 12 years ago
parent
commit
4e55467efb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/hid/hid-picolcd.h

+ 1 - 1
drivers/hid/hid-picolcd.h

@@ -302,7 +302,7 @@ static inline int picolcd_init_cir(struct picolcd_data *data, struct hid_report
 static inline void picolcd_exit_cir(struct picolcd_data *data)
 {
 }
-#endif /* CONFIG_HID_PICOLCD_LIRC */
+#endif /* CONFIG_HID_PICOLCD_CIR */
 
 int picolcd_reset(struct hid_device *hdev);
 struct picolcd_pending *picolcd_send_and_wait(struct hid_device *hdev,