Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68324
b: refs/heads/master
c: 7b523c9
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Oct 9, 2007
1 parent b22bf7a commit 5c644f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3f7a0ce3b7db6906275eff042c9562aa8baf8487
refs/heads/master: 7b523c9e0886809a7dd100dd79e0a018c454da7a
6 changes: 1 addition & 5 deletions trunk/arch/sh64/kernel/sh_ksyms.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 5c644f8

Please sign in to comment.