• P
    [ARM] 3436/1: 2.6.16-git18: collie_defconfig broken · 50c37e21
    Pavel Machek 提交于
    Patch from Pavel Machek
    
    > The kautobuild found the following error while trying to build 2.6.16-git18
    > using collie_defconfig:
    >
    > arch/arm/mach-sa1100/collie.c:92: error: 'collie_uart_set_mctrl' undeclared here (not in a function)
    > arch/arm/mach-sa1100/collie.c:93: error: 'collie_uart_get_mctrl' undeclared here (not in a function)
    > make[1]: *** [arch/arm/mach-sa1100/collie.o] Error 1
    > make: *** [arch/arm/mach-sa1100] Error 2
    > make: Leaving directory `/var/tmp/kernel-orig'
    
    This fixes above compile error by adding missing pieces of uart
    support, and fixes compilation.
    Signed-off-by: NPavel Machek <pavel@suse.cz>
    Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
    50c37e21
collie.c 7.1 KB