Commit 5d22e1e8 authored by Adrian Bunk's avatar Adrian Bunk Committed by Len Brown

ACPI: bay: make drive_bays static

Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent 2b167c01
......@@ -69,7 +69,7 @@ struct bay {
struct platform_device *pdev;
};
LIST_HEAD(drive_bays);
static LIST_HEAD(drive_bays);
/*****************************************************************************
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment