[ARM] Don't include mach-types.h unnecessarily
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Thu, 29 Sep 2005 10:15:51 +0000 (11:15 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 29 Sep 2005 10:15:51 +0000 (11:15 +0100)
It's pointless to include mach-types.h if you're not going to use
anything from it.  These references were removed as a result of:

grep -lr 'asm/mach-types\.h' . | xargs grep -L 'machine_is_\|MACH_TYPE_\|MACHINE_START\|machine_type'

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found