Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=7b523c9e0886809a7dd100dd79e0a018c454da7a
Commit:     7b523c9e0886809a7dd100dd79e0a018c454da7a
Parent:     3f7a0ce3b7db6906275eff042c9562aa8baf8487
Author:     Paul Mundt <[EMAIL PROTECTED]>
AuthorDate: Tue Oct 9 15:55:40 2007 +0900
Committer:  Paul Mundt <[EMAIL PROTECTED]>
CommitDate: Tue Oct 9 15:55:40 2007 +0900

    sh64: Symbol export fixups.
    
    Kill off the __div_table reference, modern compilers don't have it,
    and old compilers can't build the sh64 kernel anyways.
    
    __copy_user also needs to be exported to satisfy module builds.
    
    Signed-off-by: Paul Mundt <[EMAIL PROTECTED]>
---
 arch/sh64/kernel/sh_ksyms.c |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/arch/sh64/kernel/sh_ksyms.c b/arch/sh64/kernel/sh_ksyms.c
index 962c732..b1705ac 100644
--- a/arch/sh64/kernel/sh_ksyms.c
+++ b/arch/sh64/kernel/sh_ksyms.c
@@ -45,21 +45,17 @@ EXPORT_SYMBOL(__down_trylock);
 EXPORT_SYMBOL(__up);
 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);
-
-/* For ext3 */
 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)
-extern char __div_table;
-EXPORT_SYMBOL(__div_table);
 
 DECLARE_EXPORT(__sdivsi3);
 DECLARE_EXPORT(__muldi3);
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to