Commit 741b417b authored by Kevin Hilman's avatar Kevin Hilman

davinci: cleanup: remove unused includes

Signed-off-by: default avatarKevin Hilman <khilman@deeprootsystems.com>
parent 55e11ee7
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
#include <asm/mach/map.h> #include <asm/mach/map.h>
#include <mach/clock.h> #include <mach/clock.h>
#include <mach/mux.h>
extern void davinci_check_revision(void); extern void davinci_check_revision(void);
......
...@@ -26,7 +26,6 @@ ...@@ -26,7 +26,6 @@
#include <mach/hardware.h> #include <mach/hardware.h>
#include <mach/cpu.h> #include <mach/cpu.h>
#include <asm/io.h>
#include <asm/mach/irq.h> #include <asm/mach/irq.h>
#define IRQ_BIT(irq) ((irq) & 0x1f) #define IRQ_BIT(irq) ((irq) & 0x1f)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment