From: Stefan Assmann Date: Thu, 10 Jul 2014 13:31:50 +0000 (+0200) Subject: backports: include gpio consumer.h X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=16472f0c6924f0fa54c68a024a55d89689b413a0;p=openwrt%2Fstaging%2Fblogic.git backports: include gpio consumer.h While doing a make allmodconfig I noticed the following: CC [M] /dev/shm/backports-next/drivers/media/i2c/adv7604.o /dev/shm/backports-next/drivers/media/i2c/adv7604.c:31:33: fatal error: linux/gpio/consumer.h: No such file or directory Including the header fixes the error. Signed-off-by: Stefan Assmann Signed-off-by: Luis R. Rodriguez --- diff --git a/copy-list b/copy-list index 7ad8972a02c0..b52e9f248748 100644 --- a/copy-list +++ b/copy-list @@ -107,6 +107,10 @@ drivers/net/ethernet/intel/Kconfig drivers/net/ethernet/intel/Makefile drivers/net/ethernet/intel/igb/ +# gpio +include/linux/gpio/ +include/linux/gpio/consumer.h + # wwan drivers include/uapi/linux/usb/cdc.h include/uapi/linux/usb/cdc-wdm.h