ACPI: bay: make drive_bays static

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>
This commit is contained in:
Adrian Bunk 2006-12-04 14:49:39 -08:00 committed by Len Brown
parent 2b167c0119
commit 5d22e1e83a
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ struct bay {
struct platform_device *pdev;
};
LIST_HEAD(drive_bays);
static LIST_HEAD(drive_bays);
/*****************************************************************************