Skip to content

Commit

Permalink
eeepc-laptop: static
Browse files Browse the repository at this point in the history
make the needlessly global cm_{g,s}etv[] static.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Len Brown <len.brown@intel.com>
Signed-off-by: Andi Kleen <ak@linux.intel.com>
  • Loading branch information
AdrianBunk authored and Andi Kleen committed Jul 16, 2008
1 parent 47c00d2 commit 1410946
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/misc/eeepc-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ enum {
CM_ASL_LID
};

const char *cm_getv[] = {
static const char *cm_getv[] = {
"WLDG", NULL, NULL, NULL,
"CAMG", NULL, NULL, NULL,
NULL, "PBLG", NULL, NULL,
Expand All @@ -96,7 +96,7 @@ const char *cm_getv[] = {
"CRDG", "LIDG"
};

const char *cm_setv[] = {
static const char *cm_setv[] = {
"WLDS", NULL, NULL, NULL,
"CAMS", NULL, NULL, NULL,
"SDSP", "PBLS", "HDPS", NULL,
Expand Down

0 comments on commit 1410946

Please sign in to comment.