diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2006-01-09 13:56:42 +0000 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-01-09 13:56:42 +0000 |
commit | e9368f8288338c25d8a339c91b15e17ebf33752d (patch) | |
tree | c8dd47c8195882b6a6ffc7fdb10ae8e5c6f33d9d /drivers/video/cyber2000fb.c | |
parent | 63dcf0ad2a624a36656c10491fc3326cfe199f5e (diff) | |
download | linux-3.10-e9368f8288338c25d8a339c91b15e17ebf33752d.tar.gz linux-3.10-e9368f8288338c25d8a339c91b15e17ebf33752d.tar.bz2 linux-3.10-e9368f8288338c25d8a339c91b15e17ebf33752d.zip |
[ARM] Remove asm/irq.h includes from ARM drivers
Many ARM drivers do not need to include asm/irq.h - remove this
unnecessary include from some ARM drivers.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/video/cyber2000fb.c')
-rw-r--r-- | drivers/video/cyber2000fb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/cyber2000fb.c b/drivers/video/cyber2000fb.c index a9300f930ef..55a3514157e 100644 --- a/drivers/video/cyber2000fb.c +++ b/drivers/video/cyber2000fb.c @@ -50,7 +50,6 @@ #include <linux/init.h> #include <asm/io.h> -#include <asm/irq.h> #include <asm/pgtable.h> #include <asm/system.h> #include <asm/uaccess.h> |