diff options
| author | Len Brown <[email protected]> | 2006-05-14 01:35:56 +0000 |
|---|---|---|
| committer | Len Brown <[email protected]> | 2006-05-14 01:35:56 +0000 |
| commit | 415d320a2384bb80d2be98b1dfa41594e085012d (patch) | |
| tree | b4a7676536edb3550c41d3ae7e1ba8fd34e2cb7e /drivers/acpi/scan.c | |
| parent | sem2mutex: drivers/acpi/processor_perflib.c (diff) | |
| download | kernel-415d320a2384bb80d2be98b1dfa41594e085012d.tar.gz kernel-415d320a2384bb80d2be98b1dfa41594e085012d.zip | |
ACPI: delete unused acpi_bus_drivers_lock
acpi_bus_drivers is protected by acpi_device_lock
Signed-off-by: Len Brown <[email protected]>
Diffstat (limited to 'drivers/acpi/scan.c')
| -rw-r--r-- | drivers/acpi/scan.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/acpi/scan.c b/drivers/acpi/scan.c index a0ab828b2cc5..2cb3b0916eba 100644 --- a/drivers/acpi/scan.c +++ b/drivers/acpi/scan.c @@ -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 |
