Skip to content

Commit

Permalink
davinci: update gfp/slab.h includes
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Tejun Heo authored and Stephen Rothwell committed Jun 28, 2010
1 parent 68aaae9 commit f244f31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/rtc/rtc-davinci.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f244f31

Please sign in to comment.