From: Brian Norris Date: Wed, 30 Sep 2015 16:54:26 +0000 (-0700) Subject: mtd: nand: vf610_nfc: include missing pincrl/consumer.h X-Git-Tag: v6.6-pxa1908~20144^2~127 X-Git-Url: https://git.dujemihanovic.xyz/?a=commitdiff_plain;h=039353c8f92ec22c8eb9ec3853b8289b8237bfc1;p=linux.git mtd: nand: vf610_nfc: include missing pincrl/consumer.h 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 Acked-by: Stefan Agner --- 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 #include #include +#include #include #include