ACPI / ACPICA: Initialize the global lock spinlock as appropriate
[deliverable/linux.git] / drivers / acpi / acpica / evmisc.c
index 8e31bb5a973ae2483129781eb756089554d7b694..38bba66fcce554a62ed63b3f5afd76d7d18186ba 100644 (file)
@@ -293,8 +293,6 @@ static void ACPI_SYSTEM_XFACE acpi_ev_notify_dispatch(void *context)
  *
  ******************************************************************************/
 static u8 acpi_ev_global_lock_pending;
-static spinlock_t _acpi_ev_global_lock_pending_lock;
-#define acpi_ev_global_lock_pending_lock &_acpi_ev_global_lock_pending_lock
 
 static u32 acpi_ev_global_lock_handler(void *context)
 {
This page took 0.026808 seconds and 5 git commands to generate.