diff options
Diffstat (limited to 'drivers/extcon/extcon_class.c')
-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 */ |