gpio: crystalcove: Fix implicit declaration of function 'seq_printf' error
authorLee Jones <lee.jones@linaro.org>
Thu, 19 Jun 2014 14:40:41 +0000 (15:40 +0100)
committerLee Jones <lee.jones@linaro.org>
Thu, 19 Jun 2014 15:56:28 +0000 (16:56 +0100)
commit8dbf2aa3c308ade864261e8047b0dce1f4ed9a7e
tree65be719621a8bdecdb923e43c47c2df4b0d2ab13
parent104fb1d5153c563f453cb9c048fa0a17318a2348
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 <sfr@canb.auug.org.au>
Acked-by: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/gpio/gpio-crystalcove.c