aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/sun3/sun3_ksyms.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/sun3/sun3_ksyms.c')
-rw-r--r--arch/m68k/sun3/sun3_ksyms.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/m68k/sun3/sun3_ksyms.c b/arch/m68k/sun3/sun3_ksyms.c
new file mode 100644
index 000000000000..43e5a9af8abd
--- /dev/null
+++ b/arch/m68k/sun3/sun3_ksyms.c
@@ -0,0 +1,13 @@
1#include <linux/module.h>
2#include <linux/types.h>
3#include <asm/dvma.h>
4#include <asm/idprom.h>
5
6/*
7 * Add things here when you find the need for it.
8 */
9EXPORT_SYMBOL(dvma_map_align);
10EXPORT_SYMBOL(dvma_unmap);
11EXPORT_SYMBOL(dvma_malloc_align);
12EXPORT_SYMBOL(dvma_free);
13EXPORT_SYMBOL(idprom);