Commit 0b4d5cdc authored by Boris Brezillon's avatar Boris Brezillon Committed by Nicolas Ferre

ARM: at91: remove useless header file includes

Since removal of !DT boards, asm/irq.h inclusion is not needed in these product
files.
Signed-off-by: default avatarBoris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
parent ccf72224
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
*/ */
#include <asm/system_misc.h> #include <asm/system_misc.h>
#include <asm/irq.h>
#include <mach/hardware.h> #include <mach/hardware.h>
#include "soc.h" #include "soc.h"
......
...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
*/ */
#include <asm/system_misc.h> #include <asm/system_misc.h>
#include <asm/irq.h>
#include <mach/cpu.h> #include <mach/cpu.h>
#include <mach/at91_dbgu.h> #include <mach/at91_dbgu.h>
#include <mach/hardware.h> #include <mach/hardware.h>
......
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