[ARM] 4070/1: arch/arm/kernel: fix warnings from missing includes
authorBen Dooks <ben-linux@fluff.org>
Sun, 24 Dec 2006 00:36:35 +0000 (01:36 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 6 Jan 2007 12:37:35 +0000 (12:37 +0000)
commit9ca3f07b869c1fbbdfdac3150019a3e4d2948d8e
tree205f4460c07e1253419d29c283f6d857372770dc
parente2bdb176ffae3fd2c162db897a05fbad044ff9e9
[ARM] 4070/1: arch/arm/kernel: fix warnings from missing includes

Include <asm/io.h> to fix the warning:

arch/arm/kernel/traps.c:647:6: warning: symbol '__readwrite_bug' was not declared. Should it be static?

Include <linux/mc146818rtc.h> to fix the warning:
arch/arm/kernel/time.c:42:1: warning: symbol 'rtc_lock' was not declared. Should it be static?

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/kernel/time.c
arch/arm/kernel/traps.c