Commit d0877904 authored by Russell King's avatar Russell King Committed by Russell King
Browse files

[ARM] Don't include asm/arch/hardware.h directly



Since asm/hardware.h's only reason for existing is to include
asm/arch/hardware.h, it's completely pointless to include both.

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent eb9181a2
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -12,7 +12,6 @@
#include <asm/page.h>

#include <asm/mach/map.h>
#include <asm/arch/hardware.h>

/*
 * IRQ base register
+0 −1
Original line number Diff line number Diff line
@@ -18,7 +18,6 @@

#include <asm/hardware.h>
#include <asm/mach-types.h>
#include <asm/arch/hardware.h>


extern int usb_disabled(void);
+0 −1
Original line number Diff line number Diff line
@@ -18,7 +18,6 @@
#include <asm/io.h>
#include <asm/mach-types.h>

#include <asm/arch/hardware.h>
#include <asm/arch/mux.h>
#include <asm/arch/irqs.h>
#include <asm/arch/gpio.h>