diff options
author | Felipe Contreras <felipe.contreras@gmail.com> | 2010-06-11 11:51:49 -0400 |
---|---|---|
committer | Hiroshi DOYU <Hiroshi.DOYU@nokia.com> | 2010-08-04 08:50:20 -0400 |
commit | b3e69146f43fa351aa3cdffe2e76ec42174da612 (patch) | |
tree | 4365c07eb49ae39953e637b517e8325928da8ee9 /arch/arm/plat-omap/mailbox.c | |
parent | d742709ea4de70f4bf5e9b5171d37b92b5345ea3 (diff) |
omap: mailbox: reorganize headers
Remove kernel.h and module.h since they are not used correctly anyway.
Also, remove device.h since it comes along with platform_device.h
(always will I guess).
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Hiroshi DOYU <Hiroshi.DOYU@nokia.com>
Diffstat (limited to 'arch/arm/plat-omap/mailbox.c')
-rw-r--r-- | arch/arm/plat-omap/mailbox.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/arm/plat-omap/mailbox.c b/arch/arm/plat-omap/mailbox.c index fe0882130852..d2fafb892f7f 100644 --- a/arch/arm/plat-omap/mailbox.c +++ b/arch/arm/plat-omap/mailbox.c | |||
@@ -21,10 +21,9 @@ | |||
21 | * | 21 | * |
22 | */ | 22 | */ |
23 | 23 | ||
24 | #include <linux/kernel.h> | ||
25 | #include <linux/module.h> | ||
26 | #include <linux/interrupt.h> | 24 | #include <linux/interrupt.h> |
27 | #include <linux/device.h> | 25 | #include <linux/spinlock.h> |
26 | #include <linux/mutex.h> | ||
28 | #include <linux/delay.h> | 27 | #include <linux/delay.h> |
29 | #include <linux/slab.h> | 28 | #include <linux/slab.h> |
30 | #include <linux/kfifo.h> | 29 | #include <linux/kfifo.h> |