summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/corgi_lcd.c
diff options
context:
space:
mode:
authorRussell King2005-09-29 12:15:51 +0200
committerRussell King2005-09-29 12:15:51 +0200
commitfc611a1a50caa04bae82ed3c1fc6505132f8343f (patch)
tree4f4723d240b59b9d7ff1df862d101ec5120a3637 /arch/arm/mach-pxa/corgi_lcd.c
parent[ARM] Don't include asm/arch/hardware.h directly (diff)
downloadkernel-qcow2-linux-fc611a1a50caa04bae82ed3c1fc6505132f8343f.tar.gz
kernel-qcow2-linux-fc611a1a50caa04bae82ed3c1fc6505132f8343f.tar.xz
kernel-qcow2-linux-fc611a1a50caa04bae82ed3c1fc6505132f8343f.zip
[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 <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-pxa/corgi_lcd.c')
-rw-r--r--arch/arm/mach-pxa/corgi_lcd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/corgi_lcd.c b/arch/arm/mach-pxa/corgi_lcd.c
index c5efcd04fcbc..c02ef7c0f7ef 100644
--- a/arch/arm/mach-pxa/corgi_lcd.c
+++ b/arch/arm/mach-pxa/corgi_lcd.c
@@ -19,7 +19,6 @@
#include <linux/kernel.h>
#include <linux/device.h>
#include <linux/module.h>
-#include <asm/mach-types.h>
#include <asm/arch/akita.h>
#include <asm/arch/corgi.h>
#include <asm/arch/hardware.h>