From 374b72ecacc074f8cfccea5a70bdd64d8953dffd Mon Sep 17 00:00:00 2001 From: Tejun Heo Date: Fri, 2 Apr 2010 18:24:20 +0200 Subject: [PATCH] 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 --- drivers/gpio/rdc321x-gpio.c | 1 + 1 file changed, 1 insertion(+) 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; -- 2.11.0