commit | 971ac16d56301c7150771409607846f9facc2f13 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Fri Apr 25 16:01:38 2008 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Thu May 08 19:51:41 2008 +0900 |
tree | b330a5cd5f486632acdfbdbed6351d375cd90dd1 | |
parent | e35e283fa065f4c420d9469b2d87ec2e0180b784 [diff] [blame] |
sh64: Some symbol exports to make the allmodconfig happier. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
diff --git a/arch/sh/kernel/time_64.c b/arch/sh/kernel/time_64.c index 56205e3..022a55f 100644 --- a/arch/sh/kernel/time_64.c +++ b/arch/sh/kernel/time_64.c
@@ -172,6 +172,7 @@ tv->tv_sec = sec; tv->tv_usec = usec; } +EXPORT_SYMBOL(do_gettimeofday); int do_settimeofday(struct timespec *tv) {