1. 19 4月, 2012 1 次提交
    • P
      ARM: bcmring: fix UART declarations · 888073d4
      Paul Gortmaker 提交于
      This error appeared in the bcmring_defconfig build:
      
        CC      arch/arm/mach-bcmring/core.o
      arch/arm/mach-bcmring/core.c:55: error: macro "AMBA_APB_DEVICE" requires 6 arguments, but only 5 given
      arch/arm/mach-bcmring/core.c:55: warning: type defaults to 'int' in declaration of 'AMBA_APB_DEVICE'
      arch/arm/mach-bcmring/core.c:56: error: macro "AMBA_APB_DEVICE" requires 6 arguments, but only 5 given
      arch/arm/mach-bcmring/core.c:56: warning: type defaults to 'int' in declaration of 'AMBA_APB_DEVICE'
      arch/arm/mach-bcmring/core.c:134: error: 'uartA_device' undeclared here (not in a function)
      arch/arm/mach-bcmring/core.c:135: error: 'uartB_device' undeclared here (not in a function)
      make[2]: *** [arch/arm/mach-bcmring/core.o] Error 1
      
      It appeared as of commit 8ede1ae6
      
          "ARM: amba: bcmring: use common amba device initializers"
      
      Note that in include/linux/amba/bus.h we have:
         #define AMBA_APB_DEVICE(name, busid, id, base, irqs, data) ...
      
      There is an a --> A case error in the busid and a missing zero
      placeholder for the id field.
      
      Cc: Russell King <rmk+kernel@arm.linux.org.uk>
      Signed-off-by: NPaul Gortmaker <paul.gortmaker@windriver.com>
      [olof: reworded patch subject]
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      888073d4
  2. 07 3月, 2012 1 次提交
  3. 22 2月, 2012 1 次提交
  4. 10 2月, 2012 1 次提交
  5. 05 2月, 2012 2 次提交
  6. 27 1月, 2012 1 次提交
  7. 21 1月, 2012 1 次提交
  8. 05 1月, 2012 2 次提交
  9. 22 12月, 2011 1 次提交
    • K
      driver-core: remove sysdev.h usage. · edbaa603
      Kay Sievers 提交于
      The sysdev.h file should not be needed by any in-kernel code, so remove
      the .h file from these random files that seem to still want to include
      it.
      
      The sysdev code will be going away soon, so this include needs to be
      removed no matter what.
      
      Cc: Jiandong Zheng <jdzheng@broadcom.com>
      Cc: Scott Branden <sbranden@broadcom.com>
      Cc: Russell King <linux@arm.linux.org.uk>
      Cc: Kukjin Kim <kgene.kim@samsung.com>
      Cc: David Brown <davidb@codeaurora.org>
      Cc: Daniel Walker <dwalker@fifo99.com>
      Cc: Bryan Huntsman <bryanh@codeaurora.org>
      Cc: Ben Dooks <ben-linux@fluff.org>
      Cc: Wan ZongShun <mcuos.com@gmail.com>
      Cc: Haavard Skinnemoen <hskinnemoen@gmail.com>
      Cc: Hans-Christian Egtvedt <egtvedt@samfundet.no>
      Cc: Guan Xuetao <gxt@mprc.pku.edu.cn>
      Cc: "Venkatesh Pallipadi
      Cc: Thomas Gleixner <tglx@linutronix.de>
      Cc: Ingo Molnar <mingo@redhat.com>
      Cc: "H. Peter Anvin" <hpa@zytor.com>
      Cc: Grant Likely <grant.likely@secretlab.ca>
      Cc: Richard Purdie <rpurdie@rpsys.net>
      Cc: Matthew Garrett <mjg@redhat.com>
      Signed-off-by: NKay Sievers <kay.sievers@vrfy.org>
      edbaa603
  10. 27 11月, 2011 1 次提交
  11. 19 11月, 2011 1 次提交
  12. 10 11月, 2011 2 次提交
    • M
      ARM: 7154/1: mach-bcmring: fix build error in dma.c · 5fc86281
      Maxin B. John 提交于
      Fixes this build error:
      
       CC      arch/arm/mach-bcmring/dma.o
      arch/arm/mach-bcmring/dma.c: In function 'dma_request_channel_dbg':
      arch/arm/mach-bcmring/dma.c:1022: error: 'TASK_INTERRUPTIBLE' undeclared (first use in this function)
      arch/arm/mach-bcmring/dma.c:1022: error: (Each undeclared identifier is reported only once
      arch/arm/mach-bcmring/dma.c:1022: error: for each function it appears in.)
      arch/arm/mach-bcmring/dma.c:1024: error: implicit declaration of function 'schedule'
      arch/arm/mach-bcmring/dma.c:1027: error: implicit declaration of function 'signal_pending'
      arch/arm/mach-bcmring/dma.c: In function 'dma_free_channel':
      arch/arm/mach-bcmring/dma.c:1092: error: 'TASK_INTERRUPTIBLE' undeclared (first use in this function)
      arch/arm/mach-bcmring/dma.c: In function 'dma_map_add_region':
      arch/arm/mach-bcmring/dma.c:1946: error: dereferencing pointer to incomplete type
      arch/arm/mach-bcmring/dma.c:1948: error: dereferencing pointer to incomplete type
      arch/arm/mach-bcmring/dma.c:1955: error: dereferencing pointer to incomplete type
      make[1]: *** [arch/arm/mach-bcmring/dma.o] Error 1
      make: *** [arch/arm/mach-bcmring] Error 2
      Signed-off-by: NMaxin B. John <maxin.john@gmail.com>
      Reviewed-by: NJiandong Zheng <jdzheng@broadcom.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      5fc86281
    • M
      ARM: 7153/1: mach-bcmring: fix build error in core.c · 8658ca73
      Maxin B. John 提交于
      Fixes this build error:
      
      CC      arch/arm/mach-bcmring/core.o
      arch/arm/mach-bcmring/core.c: In function 'bcmring_init_timer':
      arch/arm/mach-bcmring/core.c:238: error: implicit declaration of function 'sp804_clockevents_register'
      make[1]: *** [arch/arm/mach-bcmring/core.o] Error 1
      make: *** [arch/arm/mach-bcmring] Error 2
      Signed-off-by: NMaxin B. John <maxin.john@gmail.com>
      Reviewed-by: NJiandong Zheng <jdzheng@broadcom.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      8658ca73
  13. 01 11月, 2011 2 次提交
  14. 17 10月, 2011 2 次提交
  15. 14 10月, 2011 1 次提交
  16. 06 10月, 2011 1 次提交
  17. 15 9月, 2011 1 次提交
  18. 22 8月, 2011 1 次提交
  19. 27 7月, 2011 1 次提交
  20. 24 7月, 2011 1 次提交
  21. 20 7月, 2011 1 次提交
  22. 13 7月, 2011 1 次提交
  23. 28 6月, 2011 1 次提交
  24. 24 5月, 2011 3 次提交
  25. 31 3月, 2011 1 次提交
  26. 29 3月, 2011 1 次提交
  27. 18 2月, 2011 1 次提交
  28. 14 1月, 2011 1 次提交
  29. 03 1月, 2011 1 次提交
  30. 23 12月, 2010 1 次提交
  31. 26 11月, 2010 1 次提交
  32. 22 11月, 2010 1 次提交
  33. 02 11月, 2010 1 次提交