From: Geert Uytterhoeven Date: Mon, 11 Aug 2014 18:03:19 +0000 (-0700) Subject: Input: wacom - fix compiler warning if !CONFIG_PM X-Git-Tag: cleanup-for-v3.18~11^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41a7458147a435e082ceccd3a7d46f3390ea90f3;p=pandora-kernel.git 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 Reviewed-by: Benjamin Tissoires Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed