diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2006-01-09 16:56:42 +0300 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-01-09 16:56:42 +0300 |
commit | e9368f8288338c25d8a339c91b15e17ebf33752d (patch) | |
tree | c8dd47c8195882b6a6ffc7fdb10ae8e5c6f33d9d /drivers/amba/bus.c | |
parent | 63dcf0ad2a624a36656c10491fc3326cfe199f5e (diff) | |
download | linux-e9368f8288338c25d8a339c91b15e17ebf33752d.tar.xz |
[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/amba/bus.c')
-rw-r--r-- | drivers/amba/bus.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/amba/bus.c b/drivers/amba/bus.c index 1bbdd1693d57..889855d8d9f9 100644 --- a/drivers/amba/bus.c +++ b/drivers/amba/bus.c @@ -15,7 +15,6 @@ #include <linux/amba/bus.h> #include <asm/io.h> -#include <asm/irq.h> #include <asm/sizes.h> #define to_amba_device(d) container_of(d, struct amba_device, dev) |