Searched hist:"41 a7458147a435e082ceccd3a7d46f3390ea90f3" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/hid/ |
H A D | wacom_sys.c | diff 41a7458147a435e082ceccd3a7d46f3390ea90f3 Mon Aug 11 13:03:19 CDT 2014 Geert Uytterhoeven <geert@linux-m68k.org> Input: wacom - fix compiler warning if !CONFIG_PM
If CONFIG_PM is not set:
drivers/hid/wacom_sys.c:1436: warning: ‘wacom_reset_resume’ defined but not used
Protect the unused functions by #ifdef CONFIG_PM to fix this.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Reviewed-by: Benjamin Tissoires <benjamin.tissoires@redhat.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
|