From: Russell King Date: Thu, 29 Sep 2005 10:15:51 +0000 (+0100) Subject: [ARM] Don't include mach-types.h unnecessarily X-Git-Tag: v2.6.14-rc3~43^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc611a1a50caa04bae82ed3c1fc6505132f8343f;p=pandora-kernel.git [ARM] Don't include mach-types.h unnecessarily 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 --- Reading git-diff-tree failed