commit | 9ca3f07b869c1fbbdfdac3150019a3e4d2948d8e | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben-linux@fluff.org> | Sun Dec 24 01:36:35 2006 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sat Jan 06 12:37:35 2007 +0000 |
tree | 205f4460c07e1253419d29c283f6d857372770dc | |
parent | e2bdb176ffae3fd2c162db897a05fbad044ff9e9 [diff] |
[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>