Skip to content
Snippets Groups Projects
Commit 8dff0fa5 authored by Hiroshi DOYU's avatar Hiroshi DOYU Committed by Tony Lindgren
Browse files

omap mailbox: remove unnecessary header file inclusion


Signed-off-by: default avatarHiroshi DOYU <Hiroshi.DOYU@nokia.com>
parent 7a781afd
No related branches found
No related tags found
No related merge requests found
...@@ -21,15 +21,11 @@ ...@@ -21,15 +21,11 @@
* *
*/ */
#include <linux/init.h>
#include <linux/module.h> #include <linux/module.h>
#include <linux/sched.h>
#include <linux/interrupt.h> #include <linux/interrupt.h>
#include <linux/device.h> #include <linux/device.h>
#include <linux/blkdev.h>
#include <linux/err.h>
#include <linux/delay.h> #include <linux/delay.h>
#include <linux/io.h>
#include <mach/mailbox.h> #include <mach/mailbox.h>
static int enable_seq_bit; static int enable_seq_bit;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment