From: Russell King Date: Sun, 1 Jun 2008 10:19:33 +0000 (+0100) Subject: [ARM] fix AT91 include loops X-Git-Tag: v2.6.26-rc6~94^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee48a75c95145bf6af3be329cd7cbbca2ec89a2a;p=pandora-kernel.git [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 Signed-off-by: Russell King --- Reading git-diff-tree failed