Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0f8469a5 authored by Russell King's avatar Russell King Committed by Russell King
Browse files

[ARM] Eliminate useless includes of asm/mach-types.h



There are 43 includes of asm/mach-types.h by files that don't
reference anything from that file.  Remove these unnecessary
includes.

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 897d8527
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -6,7 +6,6 @@
 */

#include <linux/linkage.h>
#include <asm/mach-types.h>

		.section        ".start", "ax"

+0 −1
Original line number Diff line number Diff line
@@ -27,7 +27,6 @@
#include <linux/suspend.h>

#include <asm/hardware.h>
#include <asm/mach-types.h>
#include <asm/irq.h>
#include <asm/arch/pm.h>
#include <asm/arch/pxa-regs.h>
+0 −1
Original line number Diff line number Diff line
@@ -15,7 +15,6 @@
#include <linux/init.h>

#include <asm/assembler.h>
#include <asm/mach-types.h>
#include <asm/ptrace.h>
#include <asm/asm-offsets.h>
#include <asm/thread_info.h>
+0 −1
Original line number Diff line number Diff line
@@ -24,7 +24,6 @@
#include <linux/clk.h>

#include <asm/io.h>
#include <asm/mach-types.h>

#include <asm/hardware.h>
#include <asm/arch/at91_pmc.h>
+0 −1
Original line number Diff line number Diff line
@@ -27,7 +27,6 @@

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

#include <asm/mach/arch.h>
Loading