All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mtd: nand: vf610_nfc: include missing pincrl/consumer.h
@ 2015-09-30 16:54 Brian Norris
  2015-09-30 17:02 ` Stefan Agner
  0 siblings, 1 reply; 3+ messages in thread
From: Brian Norris @ 2015-09-30 16:54 UTC (permalink / raw)
  To: linux-mtd; +Cc: Brian Norris, Bill Pringlemeir, Alexey Klimov, Stefan Agner

This must have been implicitly included on the builds I tested. Reported
by numerous test bots:

   drivers/mtd/nand/vf610_nfc.c: In function 'vf610_nfc_resume':
   drivers/mtd/nand/vf610_nfc.c:660:2: error: implicit declaration of function 'pinctrl_pm_select_default_state' [-Werror=implicit-function-declaration]
     pinctrl_pm_select_default_state(dev);
     ^

Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Cc: Bill Pringlemeir <bpringlemeir@nbsps.com>
Cc: Alexey Klimov <klimov.linux@gmail.com>
Cc: Stefan Agner <stefan@agner.ch>
---
 drivers/mtd/nand/vf610_nfc.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mtd/nand/vf610_nfc.c b/drivers/mtd/nand/vf610_nfc.c
index 42dad8e4b26f..ae1f84e3d635 100644
--- a/drivers/mtd/nand/vf610_nfc.c
+++ b/drivers/mtd/nand/vf610_nfc.c
@@ -35,6 +35,7 @@
 #include <linux/mtd/partitions.h>
 #include <linux/of_mtd.h>
 #include <linux/of_device.h>
+#include <linux/pinctrl/consumer.h>
 #include <linux/platform_device.h>
 #include <linux/slab.h>
 
-- 
2.6.0.rc2.230.g3dd15c0

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

end of thread, other threads:[~2015-09-30 17:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-30 16:54 [PATCH] mtd: nand: vf610_nfc: include missing pincrl/consumer.h Brian Norris
2015-09-30 17:02 ` Stefan Agner
2015-09-30 17:22   ` Brian Norris

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.