diff options
author | Len Brown <len.brown@intel.com> | 2006-06-15 21:31:47 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2006-06-15 21:31:47 -0400 |
commit | c080a3e69dfb58ae9b8c7e70a1e33f4f4e493ea7 (patch) | |
tree | 849d913226a6d38b66bf5ad1ccf6ea07559009af /drivers/acpi/scan.c | |
parent | bf891bd65de65284f3964216fcde493dba5149db (diff) | |
parent | 36e430951af0b0d1bdfd50ce22e70079d02646df (diff) |
Pull sem2mutex into release branch
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 fc676ac0e3ed..fe3693de7ba3 100644 --- a/drivers/acpi/scan.c +++ b/drivers/acpi/scan.c | |||
@@ -459,7 +459,6 @@ static int acpi_bus_get_perf_flags(struct acpi_device *device) | |||
459 | -------------------------------------------------------------------------- */ | 459 | -------------------------------------------------------------------------- */ |
460 | 460 | ||
461 | static LIST_HEAD(acpi_bus_drivers); | 461 | static LIST_HEAD(acpi_bus_drivers); |
462 | static DECLARE_MUTEX(acpi_bus_drivers_lock); | ||
463 | 462 | ||
464 | /** | 463 | /** |
465 | * acpi_bus_match - match device IDs to driver's supported IDs | 464 | * acpi_bus_match - match device IDs to driver's supported IDs |