diff options
author | Arnd Bergmann <arnd@arndb.de> | 2018-07-11 17:50:29 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-07-11 18:17:56 +0200 |
commit | c9c159b22902f94ca68e29e4b95b666b87577539 (patch) | |
tree | ff7e161f4fbc10322cfd739d0110be7d76d9dbc3 /scripts/makelst | |
parent | 37070d6c940e582a39fd9287e06bb40b9f336184 (diff) | |
download | linux-stable-c9c159b22902f94ca68e29e4b95b666b87577539.tar.gz linux-stable-c9c159b22902f94ca68e29e4b95b666b87577539.tar.bz2 linux-stable-c9c159b22902f94ca68e29e4b95b666b87577539.zip |
extcon: max3355: include mod_devicetable.h
Another driver turned up that is missing linux/mod_devicetable.h after
the device IDs are split out from linux/platform_device.h:
drivers/extcon/extcon-max3355.c:127:34: error: array type has incomplete element type 'struct of_device_id'
static const struct of_device_id max3355_match_table[] = {
Fixes: ac3167257b9f ("headers: separate linux/mod_devicetable.h from linux/platform_device.h")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/makelst')
0 files changed, 0 insertions, 0 deletions