]> git.neil.brown.name Git - history.git/commitdiff
ia64: Patch by Christoph Hellwig: None of the exported symbols is referenced
authorDavid Mosberger <davidm@wailua.hpl.hp.com>
Fri, 26 Sep 2003 06:43:36 +0000 (23:43 -0700)
committerDavid Mosberger <davidm@tiger.hpl.hp.com>
Fri, 26 Sep 2003 06:43:36 +0000 (23:43 -0700)
by a module, even more the file doesn't compile when
CONFIG_IA64_SGI_SN_DEBUG is set.

arch/ia64/sn/kernel/Makefile
arch/ia64/sn/kernel/sn_ksyms.c [deleted file]

index a08ecade13b1a8f4c21fef78e7a0c35dd893eaf6..d8993dc4d791e8bf46ee7651a509f5778fe78276 100644 (file)
@@ -11,4 +11,3 @@ EXTRA_CFLAGS := -DLITTLE_ENDIAN
 
 obj-y                          += probe.o setup.o bte.o irq.o mca.o idle.o sn2/
 obj-$(CONFIG_IA64_GENERIC)      += machvec.o
-obj-$(CONFIG_MODULES)           += sn_ksyms.o
diff --git a/arch/ia64/sn/kernel/sn_ksyms.c b/arch/ia64/sn/kernel/sn_ksyms.c
deleted file mode 100644 (file)
index f648af2..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-/* 
- * This file is subject to the terms and conditions of the GNU General Public
- * License.  See the file "COPYING" in the main directory of this archive
- * for more details.
- *
- * Copyright (C) 2000-2003 Silicon Graphics, Inc. All rights reserved.
- */
-
-
-/*
- * Architecture-specific kernel symbols
- */
-
-#include <linux/config.h>
-#include <linux/module.h>
-#include <linux/mm.h>
-#include <asm/machvec.h>
-#include <asm/sn/intr.h>
-#include <asm/sn/sgi.h>
-#include <asm/sn/types.h>
-#include <asm/sn/arch.h>
-#include <asm/sn/bte.h>
-#include <asm/sal.h>
-#include <asm/sn/sn_sal.h>
-
-#ifdef CONFIG_IA64_SGI_SN_DEBUG
-EXPORT_SYMBOL(__pa_debug);
-EXPORT_SYMBOL(__va_debug);
-#endif
-
-EXPORT_SYMBOL(bte_copy);
-EXPORT_SYMBOL(bte_unaligned_copy);
-EXPORT_SYMBOL(ia64_sal);
-EXPORT_SYMBOL(sal_lock);
-EXPORT_SYMBOL(sn_local_partid);
-
-