Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit be3a07f7 authored by Mark Brown's avatar Mark Brown Committed by Greg Kroah-Hartman
Browse files

Extcon: Staticise extcon_class



It's not referenced outside the core file.

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 2584f521
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */