Skip to content

Commit

Permalink
ACPI: bay: make drive_bays static
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian Bunk authored and Len Brown committed Feb 3, 2007
1 parent 2b167c0 commit 5d22e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/acpi/bay.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ struct bay {
struct platform_device *pdev;
};

LIST_HEAD(drive_bays);
static LIST_HEAD(drive_bays);


/*****************************************************************************
Expand Down

0 comments on commit 5d22e1e

Please sign in to comment.