diff options
author | Tejun Heo <tj@kernel.org> | 2010-03-29 19:52:36 +0200 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2010-06-28 02:19:19 +0200 |
commit | f244f31a0d31402c2c1b1950108e0013353cc3f3 (patch) | |
tree | 7749fdd1afc20923b93db0e5ce6b9f6d94a0d28c /drivers/rtc/rtc-davinci.c | |
parent | arm: update gfp/slab.h includes (diff) | |
download | linux-f244f31a0d31402c2c1b1950108e0013353cc3f3.tar.xz linux-f244f31a0d31402c2c1b1950108e0013353cc3f3.zip |
davinci: update gfp/slab.h includes
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: Tejun Heo <tj@kernel.org>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Kevin Hilman <khilman@deeprootsystems.com>
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Diffstat (limited to 'drivers/rtc/rtc-davinci.c')
-rw-r--r-- | drivers/rtc/rtc-davinci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/rtc/rtc-davinci.c b/drivers/rtc/rtc-davinci.c index 92a8f6cacda9..34647fc1ee98 100644 --- a/drivers/rtc/rtc-davinci.c +++ b/drivers/rtc/rtc-davinci.c @@ -29,6 +29,7 @@ #include <linux/bcd.h> #include <linux/platform_device.h> #include <linux/io.h> +#include <linux/slab.h> /* * The DaVinci RTC is a simple RTC with the following |