diff options
| author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-10-23 19:38:44 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-10-23 19:38:44 -0700 |
| commit | 1b2077345c66f9e6c891e4b6bc5bb7a1bdd5f9a9 (patch) | |
| tree | af4c10d1848ea4e075b16b8b578ed493fe4c4d61 /include/linux/extcon.h | |
| parent | 6f0c0580b70c89094b3422ba81118c7b959c7556 (diff) | |
| parent | 4f2de3bf177e57417963eec6a131a7bb2d2b660d (diff) | |
Merge tag 'fixes-for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mzx/extcon into char-misc-linus
Extcon fixes for Linux 3.7 based on 3.7 RC2
- MyungJoo
Diffstat (limited to 'include/linux/extcon.h')
| -rw-r--r-- | include/linux/extcon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/extcon.h b/include/linux/extcon.h index 7443a560c9d0..2c26c14cd710 100644 --- a/include/linux/extcon.h +++ b/include/linux/extcon.h @@ -68,7 +68,7 @@ enum extcon_cable_name { EXTCON_VIDEO_OUT, EXTCON_MECHANICAL, }; -extern const char *extcon_cable_name[]; +extern const char extcon_cable_name[][CABLE_NAME_MAX + 1]; struct extcon_cable; |
