diff options
author | Andrew Victor <andrew@sanpeople.com> | 2007-05-11 14:21:27 +0200 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-05-11 18:20:31 +0200 |
commit | 030f4810e782e541468d36c27e721b582b7820a4 (patch) | |
tree | f1dcab0f3335a2fa8a8cda69b44aa58b82ea0094 /include/asm-arm/arch-at91/irqs.h | |
parent | [ARM] 4368/1: S3C24xx: build fix (diff) | |
download | linux-030f4810e782e541468d36c27e721b582b7820a4.tar.xz linux-030f4810e782e541468d36c27e721b582b7820a4.zip |
[ARM] 4369/1: AT91: Fix circular dependency in header files
Resolve the circular dependency in the AT91 header files (io.h and
hardware.h) by moving the at91_sys_read() and at91_sys_write() functions
to io.h
Signed-off-by: Andrew Victor <andrew@sanpeople.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm/arch-at91/irqs.h')
-rw-r--r-- | include/asm-arm/arch-at91/irqs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-arm/arch-at91/irqs.h b/include/asm-arm/arch-at91/irqs.h index 1ffa3bb9a9c1..1127a3b5e928 100644 --- a/include/asm-arm/arch-at91/irqs.h +++ b/include/asm-arm/arch-at91/irqs.h @@ -21,6 +21,7 @@ #ifndef __ASM_ARCH_IRQS_H #define __ASM_ARCH_IRQS_H +#include <asm/io.h> #include <asm/arch/at91_aic.h> #define NR_AIC_IRQS 32 |