mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-09 22:50:41 +00:00
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>
This commit is contained in:
parent
2584f5212d
commit
be3a07f71c
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user