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: v2.6.35-rc1~7^2~29 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=374b72ecacc074f8cfccea5a70bdd64d8953dffd;p=users%2Fwilly%2Fxarray.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;