Skip to content

Commit

Permalink
ACPI: delete unused acpi_bus_drivers_lock
Browse files Browse the repository at this point in the history
acpi_bus_drivers is protected by acpi_device_lock

Signed-off-by: Len Brown <len.brown@intel.com>
  • Loading branch information
Len Brown committed May 14, 2006
1 parent 65c19bb commit 415d320
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/acpi/scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,6 @@ static int acpi_bus_get_perf_flags(struct acpi_device *device)
-------------------------------------------------------------------------- */

static LIST_HEAD(acpi_bus_drivers);
static DECLARE_MUTEX(acpi_bus_drivers_lock);

/**
* acpi_bus_match - match device IDs to driver's supported IDs
Expand Down

0 comments on commit 415d320

Please sign in to comment.