diff options
author | Jesper Juhl <jesper.juhl@gmail.com> | 2006-11-02 07:13:22 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2006-11-06 15:14:56 -0500 |
commit | 6b15484ccb91e85100cf164067bf3bc6c5038726 (patch) | |
tree | b353a676111efcdd7598f2e0b060866a57b4d182 | |
parent | 2f000f5c153e984d5c166e42a9d38113de8693b3 (diff) |
ACPI: Get rid of 'unused variable' warning in acpi_ev_global_lock_handler()
Fix this warning :
drivers/acpi/events/evmisc.c: In function `acpi_ev_global_lock_handler':
drivers/acpi/events/evmisc.c:334: warning: unused variable `status'
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Signed-off-by: Len Brown <len.brown@intel.com>
-rw-r--r-- | drivers/acpi/events/evmisc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/acpi/events/evmisc.c b/drivers/acpi/events/evmisc.c index ee2a10bf9077..bf63edc6608d 100644 --- a/drivers/acpi/events/evmisc.c +++ b/drivers/acpi/events/evmisc.c | |||
@@ -331,7 +331,6 @@ static void ACPI_SYSTEM_XFACE acpi_ev_global_lock_thread(void *context) | |||
331 | static u32 acpi_ev_global_lock_handler(void *context) | 331 | static u32 acpi_ev_global_lock_handler(void *context) |
332 | { | 332 | { |
333 | u8 acquired = FALSE; | 333 | u8 acquired = FALSE; |
334 | acpi_status status; | ||
335 | 334 | ||
336 | /* | 335 | /* |
337 | * Attempt to get the lock | 336 | * Attempt to get the lock |