aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/thinkpad_acpi.h
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2007-09-17 00:58:40 -0400
committerLen Brown <len.brown@intel.com>2007-09-17 00:58:40 -0400
commitecfe7f093768f7af0959f5be8ec039dcc29724af (patch)
treeab81bdef45d726134a76d65d930918a402efc00f /drivers/misc/thinkpad_acpi.h
parent95e3f66fa60a8e573b0b7a58305c5c9fcbca1b70 (diff)
parent3b0c6485a733f5f0f5c362fb094df1466b18ab93 (diff)
Pull thinkpad into release branch
Diffstat (limited to 'drivers/misc/thinkpad_acpi.h')
-rw-r--r--drivers/misc/thinkpad_acpi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/thinkpad_acpi.h b/drivers/misc/thinkpad_acpi.h
index eee8809a50d9..082a1cbc16c0 100644
--- a/drivers/misc/thinkpad_acpi.h
+++ b/drivers/misc/thinkpad_acpi.h
@@ -181,6 +181,7 @@ static void tpacpi_remove_driver_attributes(struct device_driver *drv);
181static int experimental; 181static int experimental;
182static u32 dbg_level; 182static u32 dbg_level;
183static int force_load; 183static int force_load;
184static unsigned int hotkey_report_mode;
184 185
185static int thinkpad_acpi_module_init(void); 186static int thinkpad_acpi_module_init(void);
186static void thinkpad_acpi_module_exit(void); 187static void thinkpad_acpi_module_exit(void);