From: Paul Bolle Date: Mon, 25 Mar 2013 19:52:01 +0000 (+0100) Subject: HID: fix ifdef comment for "CONFIG_HID_PICOLCD_CIR" X-Git-Tag: upstream/snapshot3+hdmi~5258^2~1^3~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4e55467efbc7e52e9e0d8c797c72e6b45c5ee270;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git HID: fix ifdef comment for "CONFIG_HID_PICOLCD_CIR" Signed-off-by: Paul Bolle Signed-off-by: Jiri Kosina --- diff --git a/drivers/hid/hid-picolcd.h b/drivers/hid/hid-picolcd.h index 020cef6..88c7c93 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 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,