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

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>

authored by

Paul Bolle and committed by
Jiri Kosina
4e55467e bb64469a

+1 -1
+1 -1
drivers/hid/hid-picolcd.h
··· 302 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 307 int picolcd_reset(struct hid_device *hdev); 308 308 struct picolcd_pending *picolcd_send_and_wait(struct hid_device *hdev,