diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-06-05 11:14:38 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-06-14 20:15:25 -0400 |
commit | be3a07f71ca3ae300d652a653279321e85b9f3d0 (patch) | |
tree | 6717c95b0af8b72674482bea4929a50e71223956 /drivers | |
parent | 2584f5212d97b664be250ad5700a2d0fee31a10d (diff) |
Extcon: Staticise extcon_class
It's not referenced outside the core file.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/extcon/extcon_class.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/extcon/extcon_class.c b/drivers/extcon/extcon_class.c index f598a700ec15..99f7227834e3 100644 --- a/drivers/extcon/extcon_class.c +++ b/drivers/extcon/extcon_class.c | |||
@@ -65,7 +65,7 @@ const char *extcon_cable_name[] = { | |||
65 | NULL, | 65 | NULL, |
66 | }; | 66 | }; |
67 | 67 | ||
68 | struct class *extcon_class; | 68 | static struct class *extcon_class; |
69 | #if defined(CONFIG_ANDROID) | 69 | #if defined(CONFIG_ANDROID) |
70 | static struct class_compat *switch_class; | 70 | static struct class_compat *switch_class; |
71 | #endif /* CONFIG_ANDROID */ | 71 | #endif /* CONFIG_ANDROID */ |