[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: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
Russell King
2008-08-03 15:06:16 +01:00
committed by Russell King
parent 897d85275d
commit 0f8469a54f
43 changed files with 0 additions and 43 deletions

View File

@@ -44,7 +44,6 @@
#include <asm/io.h>
#include <asm/irq.h>
#include <asm/system.h>
#include <asm/mach-types.h>
#include <asm/gpio.h>
#include <asm/arch/board.h>

View File

@@ -57,7 +57,6 @@
#include <asm/plat-s3c24xx/regs-udc.h>
#include <asm/plat-s3c24xx/udc.h>
#include <asm/mach-types.h>
#include "s3c2410_udc.h"