Skip to content

Commit

Permalink
omap mailbox: remove unnecessary header file inclusion
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi DOYU <Hiroshi.DOYU@nokia.com>
  • Loading branch information
Hiroshi DOYU authored and Tony Lindgren committed Mar 24, 2009
1 parent 7a781af commit 8dff0fa
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions arch/arm/plat-omap/mailbox.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,11 @@
*
*/

#include <linux/init.h>
#include <linux/module.h>
#include <linux/sched.h>
#include <linux/interrupt.h>
#include <linux/device.h>
#include <linux/blkdev.h>
#include <linux/err.h>
#include <linux/delay.h>
#include <linux/io.h>

#include <mach/mailbox.h>

static int enable_seq_bit;
Expand Down

0 comments on commit 8dff0fa

Please sign in to comment.