
Remove nowhere referenced file. (egrep "filename\." didn't find anything)

Signed-off-by: Domen Puncer <domen@coderock.org>
---


 kj/arch/m68k/sun3x/sun3x_ksyms.c |   13 -------------
 1 files changed, 13 deletions(-)

diff -L arch/m68k/sun3x/sun3x_ksyms.c -puN arch/m68k/sun3x/sun3x_ksyms.c~remove_file-arch_m68k_sun3x_sun3x_ksyms.c /dev/null
--- kj/arch/m68k/sun3x/sun3x_ksyms.c
+++ /dev/null	2004-12-24 01:21:08.000000000 +0100
@@ -1,13 +0,0 @@
-#include <linux/module.h>
-#include <linux/types.h>
-#include <asm/dvma.h>
-#include <asm/idprom.h>
-
-/*
- * Add things here when you find the need for it.
- */
-EXPORT_SYMBOL(dvma_map_align);
-EXPORT_SYMBOL(dvma_unmap);
-EXPORT_SYMBOL(dvma_malloc_align);
-EXPORT_SYMBOL(dvma_free);
-EXPORT_SYMBOL(idprom);
_

