diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2005-10-28 10:29:21 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2005-10-28 10:29:21 +0100 |
commit | 766529fa2c95e2006ad4c4485c4cde0912d21f12 (patch) | |
tree | e132878cdc98927f9df4625d9a288ee8965fb562 /drivers/net/arm | |
parent | 7fca0aa489c82bef85514b5447f6a0be81543115 (diff) |
[ARM] 2/4: Remove asm/hardware.h from asm-arm/arch-ebsa110/io.h
EBSA110 only requires hardware.h to be included for a couple of
files. Move the include there.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/net/arm')
-rw-r--r-- | drivers/net/arm/am79c961a.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/arm/am79c961a.c b/drivers/net/arm/am79c961a.c index c56d86d371a..3d50e953faa 100644 --- a/drivers/net/arm/am79c961a.c +++ b/drivers/net/arm/am79c961a.c @@ -29,6 +29,7 @@ #include <asm/system.h> #include <asm/irq.h> +#include <asm/hardware.h> #include <asm/io.h> #define TX_BUFFERS 15 |