diff options
author | Tejun Heo <tj@kernel.org> | 2010-04-02 18:24:20 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-05-28 01:37:36 +0200 |
commit | 374b72ecacc074f8cfccea5a70bdd64d8953dffd (patch) | |
tree | fa0d957b1f6d4c14e2e7204c39226b4d28ff43ef /drivers/gpio | |
parent | 7cc1392aabc31d2af9bd3cc5febbd91977452181 (diff) | |
download | linux-374b72ecacc074f8cfccea5a70bdd64d8953dffd.tar.gz linux-374b72ecacc074f8cfccea5a70bdd64d8953dffd.tar.bz2 linux-374b72ecacc074f8cfccea5a70bdd64d8953dffd.zip |
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/gpio')
-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 @@ #include <linux/pci.h> #include <linux/gpio.h> #include <linux/mfd/rdc321x.h> +#include <linux/slab.h> struct rdc321x_gpio { spinlock_t lock; |