mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 09:14:19 +08:00
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
@ -69,7 +69,7 @@ struct bay {
|
||||
struct platform_device *pdev;
|
||||
};
|
||||
|
||||
LIST_HEAD(drive_bays);
|
||||
static LIST_HEAD(drive_bays);
|
||||
|
||||
|
||||
/*****************************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user