1. 01 6月, 2008 1 次提交
    • R
      [ARM] fix AT91 include loops · ee48a75c
      Russell King 提交于
      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: NAndrew Victor <linux@maxim.org.za>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      ee48a75c
  2. 30 5月, 2008 39 次提交