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 159aeb07b3ba..f6419f9db76c 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 */ |
