All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] backports: include gpio consumer.h
@ 2014-07-10 13:31 Stefan Assmann
  2014-07-17 20:23 ` Luis R. Rodriguez
  2014-07-17 20:42 ` Hauke Mehrtens
  0 siblings, 2 replies; 6+ messages in thread
From: Stefan Assmann @ 2014-07-10 13:31 UTC (permalink / raw)
  To: mcgrof; +Cc: backports, sassmann

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 <sassmann@kpanic.de>
---
 copy-list | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/copy-list b/copy-list
index 7ad8972..b52e9f2 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
-- 
1.9.3


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-07-19 16:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-10 13:31 [PATCH] backports: include gpio consumer.h Stefan Assmann
2014-07-17 20:23 ` Luis R. Rodriguez
2014-07-17 20:42 ` Hauke Mehrtens
2014-07-17 21:27   ` Luis R. Rodriguez
2014-07-18  7:41     ` Stefan Assmann
2014-07-19 16:17       ` Hauke Mehrtens

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.