mirror of https://gitee.com/openkylin/linux.git
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;
|
struct platform_device *pdev;
|
||||||
};
|
};
|
||||||
|
|
||||||
LIST_HEAD(drive_bays);
|
static LIST_HEAD(drive_bays);
|
||||||
|
|
||||||
|
|
||||||
/*****************************************************************************
|
/*****************************************************************************
|
||||||
|
|
Loading…
Reference in New Issue