summaryrefslogtreecommitdiffstats
path: root/net/ieee802154
diff options
context:
space:
mode:
authorArnd Bergmann2018-05-30 23:47:09 +0200
committerStefan Schmidt2018-07-05 11:13:17 +0200
commita6032120d341badd9b034cb64411e7089d8f4285 (patch)
tree20228318f3ce8bbc68773e953cd1f1590e712054 /net/ieee802154
parentqed: Fix reading stale configuration information (diff)
downloadkernel-qcow2-linux-a6032120d341badd9b034cb64411e7089d8f4285.tar.gz
kernel-qcow2-linux-a6032120d341badd9b034cb64411e7089d8f4285.tar.xz
kernel-qcow2-linux-a6032120d341badd9b034cb64411e7089d8f4285.zip
ieee802154: mcr20a: add missing includes
Without CONFIG_GPIOLIB, some headers are not included implicitly, leading to a build failure: drivers/net/ieee802154/mcr20a.c: In function 'mcr20a_probe': drivers/net/ieee802154/mcr20a.c:1347:13: error: implicit declaration of function 'irq_get_trigger_type'; did you mean 'irq_get_irqchip_state'? [-Werror=implicit-function-declaration] This includes gpio/consumer.h and irq.h directly rather through the gpiolib header. Fixes: 8c6ad9cc5157 ("ieee802154: Add NXP MCR20A IEEE 802.15.4 transceiver driver") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Xue Liu <liuxuenetmail@gmail.com> Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
Diffstat (limited to 'net/ieee802154')
0 files changed, 0 insertions, 0 deletions