diff options
Diffstat (limited to 'include/linux/extcon/extcon-adc-jack.h')
-rw-r--r-- | include/linux/extcon/extcon-adc-jack.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/extcon/extcon-adc-jack.h b/include/linux/extcon/extcon-adc-jack.h index a0e03b13b449..2aa32075bca1 100644 --- a/include/linux/extcon/extcon-adc-jack.h +++ b/include/linux/extcon/extcon-adc-jack.h | |||
@@ -59,7 +59,7 @@ struct adc_jack_pdata { | |||
59 | const char *name; | 59 | const char *name; |
60 | const char *consumer_channel; | 60 | const char *consumer_channel; |
61 | 61 | ||
62 | const enum extcon *cable_names; | 62 | const unsigned int *cable_names; |
63 | 63 | ||
64 | /* The last entry's state should be 0 */ | 64 | /* The last entry's state should be 0 */ |
65 | struct adc_jack_cond *adc_conditions; | 65 | struct adc_jack_cond *adc_conditions; |