aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/sh_ksyms_64.c
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-11-11 18:22:55 +0900
committerPaul Mundt <lethal@linux-sh.org>2008-01-28 13:18:46 +0900
commit4b7be4f2e0235c6824641503e2a8ff3b85e105d7 (patch)
tree5e6385a45371fcc69cebeaab8bad452fc96b9990 /arch/sh/kernel/sh_ksyms_64.c
parentsh: Move over the SH-5 entry.S. (diff)
downloadlinux-dev-4b7be4f2e0235c6824641503e2a8ff3b85e105d7.tar.xz
linux-dev-4b7be4f2e0235c6824641503e2a8ff3b85e105d7.zip
sh: Split out sh_ksyms.c in to _32 and _64 variants.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to '')
-rw-r--r--arch/sh/kernel/sh_ksyms_64.c (renamed from arch/sh64/kernel/sh_ksyms.c)6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/sh64/kernel/sh_ksyms.c b/arch/sh/kernel/sh_ksyms_64.c
index b1705acc8e64..fbc991c33f5a 100644
--- a/arch/sh64/kernel/sh_ksyms.c
+++ b/arch/sh/kernel/sh_ksyms_64.c
@@ -8,7 +8,6 @@
* Copyright (C) 2000, 2001 Paolo Alberelli
*
*/
-
#include <linux/rwsem.h>
#include <linux/module.h>
#include <linux/smp.h>
@@ -18,7 +17,6 @@
#include <linux/in6.h>
#include <linux/interrupt.h>
#include <linux/screen_info.h>
-
#include <asm/semaphore.h>
#include <asm/processor.h>
#include <asm/uaccess.h>
@@ -47,12 +45,8 @@ EXPORT_SYMBOL(__put_user_asm_l);
EXPORT_SYMBOL(__get_user_asm_l);
EXPORT_SYMBOL(__copy_user);
EXPORT_SYMBOL(memcpy);
-EXPORT_SYMBOL(udelay);
EXPORT_SYMBOL(__udelay);
-EXPORT_SYMBOL(ndelay);
EXPORT_SYMBOL(__ndelay);
-EXPORT_SYMBOL(flush_dcache_page);
-EXPORT_SYMBOL(sh64_page_clear);
/* Ugh. These come in from libgcc.a at link time. */
#define DECLARE_EXPORT(name) extern void name(void);EXPORT_SYMBOL(name)