aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-at91/uncompress.h
diff options
context:
space:
mode:
authorAndrew Victor <andrew@sanpeople.com>2007-05-11 08:21:27 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2007-05-11 12:20:31 -0400
commit030f4810e782e541468d36c27e721b582b7820a4 (patch)
treef1dcab0f3335a2fa8a8cda69b44aa58b82ea0094 /include/asm-arm/arch-at91/uncompress.h
parentf7538ac95200fd122fd84c8f85ff1130ee7645b5 (diff)
[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/uncompress.h')
-rw-r--r--include/asm-arm/arch-at91/uncompress.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm/arch-at91/uncompress.h b/include/asm-arm/arch-at91/uncompress.h
index a193d28304b6..30ac587b3b41 100644
--- a/include/asm-arm/arch-at91/uncompress.h
+++ b/include/asm-arm/arch-at91/uncompress.h
@@ -21,7 +21,7 @@
21#ifndef __ASM_ARCH_UNCOMPRESS_H 21#ifndef __ASM_ARCH_UNCOMPRESS_H
22#define __ASM_ARCH_UNCOMPRESS_H 22#define __ASM_ARCH_UNCOMPRESS_H
23 23
24#include <asm/hardware.h> 24#include <asm/io.h>
25#include <asm/arch/at91_dbgu.h> 25#include <asm/arch/at91_dbgu.h>
26 26
27/* 27/*