1. 04 Jan, 2018 2 commits
    • Ulf Hansson's avatar
      Merge branch 'fixes' into next · 907a2317
      Ulf Hansson authored
      907a2317
    • Arnd Bergmann's avatar
      mmc: s3mci: mark debug_regs[] as static · 2bd7b4aa
      Arnd Bergmann authored
      The global array clashes with a newly added symbol of the same name:
      
      drivers/staging/ccree/cc_debugfs.o:(.data+0x0): multiple definition of `debug_regs'
      drivers/mmc/host/s3cmci.o:(.data+0x70): first defined here
      
      We should fix both, this one addresses the s3cmci driver by removing
      the symbol from the global namespace. While at it, this separates
      the declaration from the type definition and makes the variable const.
      
      Fixes: 9bdd203b ("s3cmci: add debugfs support for examining driver and hardware state")
      Fixes: b3ec9a67 ("staging: ccree: staging: ccree: replace sysfs by debugfs interface")
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      Signed-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
      2bd7b4aa
  2. 21 Dec, 2017 1 commit
  3. 19 Dec, 2017 6 commits
  4. 18 Dec, 2017 12 commits
  5. 15 Dec, 2017 8 commits
  6. 11 Dec, 2017 11 commits