diff options
author | Len Brown <len.brown@intel.com> | 2007-09-17 00:58:40 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-09-17 00:58:40 -0400 |
commit | ecfe7f093768f7af0959f5be8ec039dcc29724af (patch) | |
tree | ab81bdef45d726134a76d65d930918a402efc00f /drivers/misc/thinkpad_acpi.h | |
parent | 95e3f66fa60a8e573b0b7a58305c5c9fcbca1b70 (diff) | |
parent | 3b0c6485a733f5f0f5c362fb094df1466b18ab93 (diff) |
Pull thinkpad into release branch
Diffstat (limited to 'drivers/misc/thinkpad_acpi.h')
-rw-r--r-- | drivers/misc/thinkpad_acpi.h | 1 |
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); | |||
181 | static int experimental; | 181 | static int experimental; |
182 | static u32 dbg_level; | 182 | static u32 dbg_level; |
183 | static int force_load; | 183 | static int force_load; |
184 | static unsigned int hotkey_report_mode; | ||
184 | 185 | ||
185 | static int thinkpad_acpi_module_init(void); | 186 | static int thinkpad_acpi_module_init(void); |
186 | static void thinkpad_acpi_module_exit(void); | 187 | static void thinkpad_acpi_module_exit(void); |