projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65c19bb
)
ACPI: delete unused acpi_bus_drivers_lock
author
Len Brown
<len.brown@intel.com>
Sun, 14 May 2006 01:35:56 +0000
(21:35 -0400)
committer
Len Brown
<len.brown@intel.com>
Sun, 14 May 2006 01:35:56 +0000
(21:35 -0400)
acpi_bus_drivers is protected by acpi_device_lock
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/scan.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/acpi/scan.c
b/drivers/acpi/scan.c
index a0ab828b2cc5fc589335fe9ffe1c1462985288eb..2cb3b0916ebae70afad1f4a48844915638bf1476 100644
(file)
--- 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