diff options
author | Tejun Heo <tj@kernel.org> | 2010-04-02 12:24:20 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-05-27 19:37:36 -0400 |
commit | 374b72ecacc074f8cfccea5a70bdd64d8953dffd (patch) | |
tree | fa0d957b1f6d4c14e2e7204c39226b4d28ff43ef /drivers | |
parent | 7cc1392aabc31d2af9bd3cc5febbd91977452181 (diff) |
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 <sameo@linux.intel.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/gpio/rdc321x-gpio.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ | |||
27 | #include <linux/pci.h> | 27 | #include <linux/pci.h> |
28 | #include <linux/gpio.h> | 28 | #include <linux/gpio.h> |
29 | #include <linux/mfd/rdc321x.h> | 29 | #include <linux/mfd/rdc321x.h> |
30 | #include <linux/slab.h> | ||
30 | 31 | ||
31 | struct rdc321x_gpio { | 32 | struct rdc321x_gpio { |
32 | spinlock_t lock; | 33 | spinlock_t lock; |