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:
parent
2b167c0119
commit
5d22e1e83a
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ struct bay {
|
|||
struct platform_device *pdev;
|
||||
};
|
||||
|
||||
LIST_HEAD(drive_bays);
|
||||
static LIST_HEAD(drive_bays);
|
||||
|
||||
|
||||
/*****************************************************************************
|
||||
|
|
Loading…
Reference in a new issue