diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2008-06-01 12:19:33 +0200 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-06-01 12:19:54 +0200 |
commit | ee48a75c95145bf6af3be329cd7cbbca2ec89a2a (patch) | |
tree | db0949d7067c79b444961b2f21b8cd42f523b4e4 /arch/arm/boot | |
parent | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 (diff) | |
download | linux-ee48a75c95145bf6af3be329cd7cbbca2ec89a2a.tar.xz linux-ee48a75c95145bf6af3be329cd7cbbca2ec89a2a.zip |
[ARM] fix AT91 include loops
AT91 has one include loop in its header files:
include/asm-arm/io.h <- include/asm-arm/arch-at91/io.h <-
include/asm-arm/io.h
Circular include dependencies are dangerous since they can result in
inconsistent definitions being provided to other code, especially if
'#ifndef' constructs are used.
Solve this by removing the offending includes. Built tested using my
AT91 configuration.
Acked-by: Andrew Victor <linux@maxim.org.za>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/boot')
0 files changed, 0 insertions, 0 deletions