1. 11 8月, 2010 19 次提交
  2. 05 8月, 2010 2 次提交
  3. 28 7月, 2010 1 次提交
  4. 27 7月, 2010 1 次提交
    • R
      ARM: Fix section build warnings for AMBA drivers · 2c39c9e1
      Russell King 提交于
      Found in the Versatile build:
      
      WARNING: drivers/built-in.o(.data+0x14c): Section mismatch in reference from the variable pl061_gpio_driver to the (unknown reference) .init.data:(unknown)
      The variable pl061_gpio_driver references
      the (unknown reference) __initdata (unknown)
      
      WARNING: drivers/built-in.o(.data+0x40f8): Section mismatch in reference from the variable pl011_driver to the (unknown reference) .init.data:(unknown)
      The variable pl011_driver references
      the (unknown reference) __initdata (unknown)
      
      WARNING: drivers/built-in.o(.data+0x5ab4): Section mismatch in reference from the variable pl031_driver to the (unknown reference) .init.data:(unknown)
      The variable pl031_driver references
      the (unknown reference) __initdata (unknown)
      
      Basically, amba_id structures must not be __initdata.  Also fix:
      
      WARNING: drivers/built-in.o(.data+0x138): Section mismatch in reference from the variable pl061_gpio_driver to the function .init.text:pl061_probe()
      The variable pl061_gpio_driver references
      the function __init pl061_probe()
      
      which is an incorrectly annotated probe function.  Fix it to reflect
      the other AMBA bus probe functions by removing the __init attributation.
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      2c39c9e1
  5. 19 7月, 2010 1 次提交
  6. 30 6月, 2010 1 次提交
  7. 28 6月, 2010 1 次提交
  8. 17 6月, 2010 1 次提交
  9. 05 6月, 2010 2 次提交
  10. 03 6月, 2010 2 次提交
  11. 28 5月, 2010 4 次提交
  12. 25 5月, 2010 5 次提交