aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/tc1100-wmi.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2016-01-06 18:02:59 +0000
committerDarren Hart <dvhart@linux.intel.com>2016-01-19 17:35:47 -0800
commit75d7e7d7a8f4966cb8b1da54a1c74fb2a97ae8fc (patch)
treed908e7f8de834509c8af81d42bee2db6a37d9f04 /drivers/platform/x86/tc1100-wmi.c
parentasus-wireless: Add ACPI HID ATK4001 (diff)
downloadlinux-dev-75d7e7d7a8f4966cb8b1da54a1c74fb2a97ae8fc.tar.xz
linux-dev-75d7e7d7a8f4966cb8b1da54a1c74fb2a97ae8fc.zip
tc1100-wmi: fix build warning when CONFIG_PM not enabled
Conditionally declare suspend_data on CONFIG_PM to avoid the following warning when CONFIG_OM is not enabled: drivers/platform/x86/tc1100-wmi.c:55:27: warning: 'suspend_data' defined but not used [-Wunused-variable] Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'drivers/platform/x86/tc1100-wmi.c')
-rw-r--r--drivers/platform/x86/tc1100-wmi.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/platform/x86/tc1100-wmi.c b/drivers/platform/x86/tc1100-wmi.c
index 89aa976f0ab2..65b0a4845ddd 100644
--- a/drivers/platform/x86/tc1100-wmi.c
+++ b/drivers/platform/x86/tc1100-wmi.c
@@ -52,7 +52,9 @@ struct tc1100_data {
u32 jogdial;
};
+#ifdef CONFIG_PM
static struct tc1100_data suspend_data;
+#endif
/* --------------------------------------------------------------------------
Device Management