From: Tejun Heo Date: Fri, 2 Apr 2010 16:24:20 +0000 (+0200) Subject: gpio: Update gfp/slab.h includes for rdc321x X-Git-Tag: firefly_0821_release~9833^2~1621^2~29 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=374b72ecacc074f8cfccea5a70bdd64d8953dffd;p=firefly-linux-kernel-4.4.55.git gpio: Update gfp/slab.h includes for rdc321x Implicit slab.h inclusion via percpu.h is about to go away. Make sure gfp.h or slab.h is included as necessary. Signed-off-by: Samuel Ortiz Signed-off-by: Tejun Heo --- diff --git a/drivers/gpio/rdc321x-gpio.c b/drivers/gpio/rdc321x-gpio.c index 46c55193b9db..e344907da5b0 100644 --- a/drivers/gpio/rdc321x-gpio.c +++ b/drivers/gpio/rdc321x-gpio.c @@ -27,6 +27,7 @@ #include #include #include +#include struct rdc321x_gpio { spinlock_t lock;