gpio: Update gfp/slab.h includes for rdc321x
authorTejun Heo <tj@kernel.org>
Fri, 2 Apr 2010 16:24:20 +0000 (18:24 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Thu, 27 May 2010 23:37:36 +0000 (01:37 +0200)
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 <sameo@linux.intel.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
drivers/gpio/rdc321x-gpio.c

index 46c5519..e344907 100644 (file)
@@ -27,6 +27,7 @@
 #include <linux/pci.h>
 #include <linux/gpio.h>
 #include <linux/mfd/rdc321x.h>
+#include <linux/slab.h>
 
 struct rdc321x_gpio {
        spinlock_t              lock;