From 5f55892a2adb88be9964f4283b9f0dd90b36cf78 Mon Sep 17 00:00:00 2001 From: Axel Lin Date: Tue, 11 Sep 2012 20:29:53 +0800 Subject: [PATCH] --- yaml --- r: 323453 b: refs/heads/master c: e9a7c79b9427b9c1ce17a007a80caf3deb390bcd h: refs/heads/master i: 323451: eda9cd0ff86f164a70986e573e89438675229b50 v: v3 --- [refs] | 2 +- trunk/drivers/hid/hid-picolcd.h | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/[refs] b/[refs] index 06ae3642a65f..b466774607a1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 02d9be1aa6e93f4819f230a1d570e2ff415fa294 +refs/heads/master: e9a7c79b9427b9c1ce17a007a80caf3deb390bcd diff --git a/trunk/drivers/hid/hid-picolcd.h b/trunk/drivers/hid/hid-picolcd.h index 240eb1cd872e..020cef69f6a1 100644 --- a/trunk/drivers/hid/hid-picolcd.h +++ b/trunk/drivers/hid/hid-picolcd.h @@ -159,6 +159,10 @@ void picolcd_init_devfs(struct picolcd_data *data, void picolcd_exit_devfs(struct picolcd_data *data); #else +static inline void picolcd_debug_out_report(struct picolcd_data *data, + struct hid_device *hdev, struct hid_report *report) +{ +} static inline void picolcd_debug_raw_event(struct picolcd_data *data, struct hid_device *hdev, struct hid_report *report, u8 *raw_data, int size) @@ -173,11 +177,6 @@ static inline void picolcd_init_devfs(struct picolcd_data *data, static inline void picolcd_exit_devfs(struct picolcd_data *data) { } -static inline void picolcd_debug_raw_event(struct picolcd_data *data, - struct hid_device *hdev, struct hid_report *report, - u8 *raw_data, int size) -{ -} #endif /* CONFIG_DEBUG_FS */