[ARM] 3436/1: 2.6.16-git18: collie_defconfig broken
authorPavel Machek <pavel@ucw.cz>
Sat, 1 Apr 2006 11:13:31 +0000 (12:13 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 1 Apr 2006 11:13:31 +0000 (12:13 +0100)
commit50c37e216132d2185a15d5cf6b966adf6ecea535
treec77bec7d036478fb1e8c50f7fbdac2edaf479054
parent344b215b0db62b551c46e1feab1ddb10f99004ca
[ARM] 3436/1: 2.6.16-git18: collie_defconfig broken

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: Pavel Machek <pavel@suse.cz>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-sa1100/collie.c