Skip to content
  1. Apr 19, 2012
    • Paul Gortmaker's avatar
      ARM: bcmring: fix UART declarations · 888073d4
      Paul Gortmaker authored
      
      
      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: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
      [olof: reworded patch subject]
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      888073d4
  2. Mar 07, 2012
  3. Feb 21, 2012
  4. Feb 10, 2012
  5. Feb 04, 2012
  6. Jan 26, 2012
  7. Jan 21, 2012
  8. Jan 05, 2012
  9. Dec 22, 2011
    • Kay Sievers's avatar
      driver-core: remove sysdev.h usage. · edbaa603
      Kay Sievers authored
      
      
      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: default avatarKay Sievers <kay.sievers@vrfy.org>
      edbaa603
  10. Nov 27, 2011
  11. Nov 18, 2011
  12. Nov 09, 2011
    • Maxin B. John's avatar
      ARM: 7154/1: mach-bcmring: fix build error in dma.c · 5fc86281
      Maxin B. John authored
      
      
      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: default avatarMaxin B. John <maxin.john@gmail.com>
      Reviewed-by: default avatarJiandong Zheng <jdzheng@broadcom.com>
      Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
      5fc86281
    • Maxin B. John's avatar
      ARM: 7153/1: mach-bcmring: fix build error in core.c · 8658ca73
      Maxin B. John authored
      
      
      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: default avatarMaxin B. John <maxin.john@gmail.com>
      Reviewed-by: default avatarJiandong Zheng <jdzheng@broadcom.com>
      Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
      8658ca73
  13. Oct 31, 2011
  14. Oct 17, 2011
  15. Oct 13, 2011
  16. Oct 06, 2011
  17. Sep 15, 2011
  18. Aug 22, 2011
  19. Jul 26, 2011
  20. Jul 24, 2011
  21. Jul 19, 2011
  22. Jul 12, 2011
  23. Jun 28, 2011
  24. May 23, 2011
  25. Mar 31, 2011
  26. Mar 29, 2011
  27. Feb 17, 2011
  28. Jan 13, 2011
  29. Jan 03, 2011
  30. Dec 22, 2010
  31. Nov 26, 2010
  32. Nov 21, 2010
  33. Nov 01, 2010
Loading