1. 18 Feb, 2011 1 commit
    • Axel Lin's avatar
      ARM: SAMSUNG: Drop exporting s3c24xx_ts_set_platdata · 9613afc3
      Axel Lin authored
      s3c24xx_ts_set_platdata is annotated __init and not used by any module,
      thus don't export it.
      
      This patch fixes below warning:
      
      WARNING: arch/arm/plat-samsung/built-in.o(__ksymtab+0x90): Section mismatch
      in reference from the variable __ksymtab_s3c24xx_ts_set_platdata to the
      function .init.text:s3c24xx_ts_set_platdata()
      
      The symbol s3c24xx_ts_set_platdata is exported and annotated __init
      Fix this by removing the __init annotation of s3c24xx_ts_set_platdata
      or drop the export.
      Signed-off-by: default avatarAxel Lin <axel.lin@gmail.com>
      Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
      9613afc3
  2. 17 Feb, 2011 6 commits
  3. 16 Feb, 2011 2 commits
  4. 15 Feb, 2011 31 commits