mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 09:41:44 +00:00
888073d416
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
|
||
---|---|---|
.. | ||
csp | ||
include | ||
arch.c | ||
clock.c | ||
clock.h | ||
core.c | ||
core.h | ||
dma_device.c | ||
dma.c | ||
irq.c | ||
Kconfig | ||
Makefile | ||
Makefile.boot | ||
mm.c | ||
timer.c |