projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a1f1ab
)
ACPI: drivers/acpi/scan.c: make acpi_bus_type static
author
Adrian Bunk
<bunk@stusta.de>
Fri, 30 Jun 2006 09:15:00 +0000
(
05:15
-0400)
committer
Len Brown
<len.brown@intel.com>
Fri, 30 Jun 2006 18:28:50 +0000
(14:28 -0400)
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
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 401e723e6c6662ff6d902f4a02b0f1ce9b5804f3..861ac378ce42c34eeddb2125e52682c9960bf0f0 100644
(file)
--- a/
drivers/acpi/scan.c
+++ b/
drivers/acpi/scan.c
@@
-1433,7
+1433,7
@@
static int acpi_device_resume(struct device * dev)
}
-struct bus_type acpi_bus_type = {
+st
atic st
ruct bus_type acpi_bus_type = {
.name = "acpi",
.suspend = acpi_device_suspend,
.resume = acpi_device_resume,