From: Lee Jones Date: Thu, 19 Jun 2014 14:40:41 +0000 (+0100) Subject: gpio: crystalcove: Fix implicit declaration of function 'seq_printf' error X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=8dbf2aa3c308ade864261e8047b0dce1f4ed9a7e;p=deliverable%2Flinux.git gpio: crystalcove: Fix implicit declaration of function 'seq_printf' error drivers/gpio/gpio-crystalcove.c: In function 'crystalcove_gpio_dbg_show': drivers/gpio/gpio-crystalcove.c:286:3: error: implicit declaration of function 'seq_printf' seq_printf(s, " gpio-%-2d %s %s %s %s ctlo=%2x,%s %s %s\n", Reported-by: Stephen Rothwell Acked-by: Alexandre Courbot Signed-off-by: Lee Jones --- diff --git a/drivers/gpio/gpio-crystalcove.c b/drivers/gpio/gpio-crystalcove.c index 5a9849943798..934462f5bd22 100644 --- a/drivers/gpio/gpio-crystalcove.c +++ b/drivers/gpio/gpio-crystalcove.c @@ -18,6 +18,7 @@ #include #include #include +#include #include #include #include