]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/acpi/bay.c
ACPI: bay: make drive_bays static
[karo-tx-linux.git] / drivers / acpi / bay.c
index 3f0ae7d341e745c9c4321daea35bfaf58c2a733a..aa1b131c0fceba41b7d3bf7fc6fdaeb178db91cb 100644 (file)
@@ -69,7 +69,7 @@ struct bay {
        struct platform_device *pdev;
 };
 
-LIST_HEAD(drive_bays);
+static LIST_HEAD(drive_bays);
 
 
 /*****************************************************************************