1
0
Fork 0

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>
hifive-unleashed-5.1
Mark Brown 2012-06-05 16:14:38 +01:00 committed by Greg Kroah-Hartman
parent 2584f5212d
commit be3a07f71c
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ const char *extcon_cable_name[] = {
NULL,
};
struct class *extcon_class;
static struct class *extcon_class;
#if defined(CONFIG_ANDROID)
static struct class_compat *switch_class;
#endif /* CONFIG_ANDROID */