1. 01 7月, 2012 2 次提交
  2. 01 2月, 2012 1 次提交
  3. 05 1月, 2012 1 次提交
  4. 26 9月, 2011 1 次提交
  5. 22 8月, 2011 1 次提交
  6. 26 7月, 2011 1 次提交
    • F
      ARM: mach-imx/mx31ads: Fix section mismatches · ea7aed6b
      Fabio Estevam 提交于
      Fix the following section mismatches:
      
      WARNING: vmlinux.o(.text+0x101cc): Section mismatch in reference from the function mxc_init_i2c() to the (unknown reference) .init.data:(unknown)
      The function mxc_init_i2c() references
      the (unknown reference) __initdata (unknown).
      This is often because mxc_init_i2c lacks a __initdata
      annotation or the annotation of (unknown) is wrong.
      
      WARNING: vmlinux.o(.text+0x101d8): Section mismatch in reference from the function mxc_init_i2c() to the variable .init.rodata:imx31_imx_i2c_data
      The function mxc_init_i2c() references
      the variable __initconst imx31_imx_i2c_data.
      This is often because mxc_init_i2c lacks a __initconst
      annotation or the annotation of imx31_imx_i2c_data is wrong.
      
      WARNING: vmlinux.o(.text+0x10200): Section mismatch in reference from the function mxc_init_audio() to the variable .init.rodata:imx31_imx_ssi_data
      The function mxc_init_audio() references
      the variable __initconst imx31_imx_ssi_data.
      This is often because mxc_init_audio lacks a __initconst
      annotation or the annotation of imx31_imx_ssi_data is wrong.
      Signed-off-by: NFabio Estevam <fabio.estevam@freescale.com>
      Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
      ea7aed6b
  7. 07 6月, 2011 1 次提交
  8. 19 5月, 2011 2 次提交
  9. 29 3月, 2011 2 次提交
  10. 12 2月, 2011 3 次提交
  11. 10 2月, 2011 1 次提交
  12. 27 1月, 2011 3 次提交
  13. 14 1月, 2011 1 次提交
  14. 20 10月, 2010 2 次提交
  15. 27 9月, 2010 1 次提交
  16. 30 6月, 2010 3 次提交
  17. 24 6月, 2010 1 次提交
  18. 24 2月, 2010 1 次提交
  19. 02 2月, 2010 1 次提交
  20. 08 1月, 2010 1 次提交
  21. 06 1月, 2010 2 次提交
  22. 05 1月, 2010 4 次提交
  23. 04 1月, 2010 1 次提交
  24. 07 8月, 2009 1 次提交
  25. 07 5月, 2009 2 次提交