projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b167c0
)
ACPI: bay: make drive_bays static
author
Adrian Bunk
<bunk@stusta.de>
Mon, 4 Dec 2006 22:49:39 +0000
(14:49 -0800)
committer
Len Brown
<len.brown@intel.com>
Sat, 3 Feb 2007 06:12:06 +0000
(
01:12
-0500)
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/bay.c
patch
|
blob
|
history
diff --git
a/drivers/acpi/bay.c
b/drivers/acpi/bay.c
index 3f0ae7d341e745c9c4321daea35bfaf58c2a733a..aa1b131c0fceba41b7d3bf7fc6fdaeb178db91cb 100644
(file)
--- a/
drivers/acpi/bay.c
+++ b/
drivers/acpi/bay.c
@@
-69,7
+69,7
@@
struct bay {
struct platform_device *pdev;
};
-LIST_HEAD(drive_bays);
+
static
LIST_HEAD(drive_bays);
/*****************************************************************************