1. 08 Jan, 2014 1 commit
    • Linus Walleij's avatar
      ARM: s3c24xx: fix build error · c6c7ee3b
      Linus Walleij authored
      When enabling device tree on the S3C an additional build
      bug appears in the Osiris DVS board file:
      
      CC  arch/arm/mach-s3c24xx/mach-osiris-dvs.o
      archh/arm/mach-s3c24xx/mach-osiris-dvs.c:
      In function ‘osiris_dvs_notify’:
      arch/arm/mach-s3c24xx/mach-osiris-dvs.c:77:4:
      error: implicit declaration of function ‘S3C2410_GPB’
      [-Werror=implicit-function-declaration]
          gpio_set_value(OSIRIS_GPIO_DVS, 1);
          ^
      
      Fix this by explicitly including
      <linux/platform_data/gpio-samsung-s3c24xx.h>
      Reported-by: default avatarArnd Bergmann <arnd@arndb.de>
      Cc: Kukjin Kim <kgene.kim@samsung.com>
      Cc: Tomasz Figa <tomasz.figa@gmail.com>
      Cc: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
      Cc: Ben Dooks <ben-linux@fluff.org>
      Cc: linux-samsung-soc@vger.kernel.org
      Acked-by: default avatarHeiko Stuebner <heiko@sntech.de>
      Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
      c6c7ee3b
  2. 07 Jan, 2014 8 commits
  3. 02 Jan, 2014 5 commits
  4. 23 Dec, 2013 1 commit
  5. 20 Dec, 2013 6 commits
  6. 12 Dec, 2013 6 commits
  7. 11 Dec, 2013 2 commits
  8. 09 Dec, 2013 6 commits
  9. 06 Dec, 2013 5 commits