1. 25 12月, 2012 1 次提交
  2. 18 12月, 2012 1 次提交
    • L
      ARM: ux500: fix missing include · 2cdda350
      Linus Walleij 提交于
      Commit db298da2
      "ARM: nomadik: move platform_data definition"
      moved the Ux500-specific musb header from <mach/usb.h>
      to <linux/platform_data/usb-musb-ux500.h>
      
      However that makes some board code fail to compile
      now:
      
      CC      arch/arm/mach-ux500/board-mop500.o
      linux/arch/arm/mach-ux500/cpu-db8500.c: In function 'u8500_init_devices':
      linux/arch/arm/mach-ux500/cpu-db8500.c:226:2: error: implicit declaration of function 'ux500_add_usb' [-Werror=implicit-function-declaration]
      cc1: some warnings being treated as errors
      make[3]: *** [arch/arm/mach-ux500/cpu-db8500.o] Error 1
      make[3]: *** Waiting for unfinished jobs....
      make[2]: *** [arch/arm/mach-ux500] Error 2
      make[2]: *** Waiting for unfinished jobs....
      
      So fix this up by adding the proper include file that
      appears to have been brought in implicitly one or another
      way in the past.
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      2cdda350
  3. 28 11月, 2012 2 次提交
  4. 27 11月, 2012 2 次提交
  5. 21 11月, 2012 1 次提交
  6. 15 11月, 2012 2 次提交
  7. 10 11月, 2012 1 次提交
  8. 08 11月, 2012 1 次提交
  9. 06 11月, 2012 1 次提交
  10. 05 11月, 2012 6 次提交
  11. 01 11月, 2012 13 次提交
  12. 29 10月, 2012 2 次提交
  13. 25 10月, 2012 4 次提交
  14. 22 10月, 2012 1 次提交
  15. 18 10月, 2012 1 次提交
  16. 16 10月, 2012 1 次提交