linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][2.6.0-test1]:Removes obsolete EXPORT_NO_SYMBOL
@ 2003-07-22 13:15 Krishnakumar. R
  0 siblings, 0 replies; only message in thread
From: Krishnakumar. R @ 2003-07-22 13:15 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

Hi, 

This patch removes the obsolete EXPORT_NO_SYMBOL
from many sources.

The patch is against 2.6.0-test1.
Please do apply.

Regards
KK


============================================
diffstat output

arch/cris/arch-v10/drivers/pcf8563.c |    1 -
drivers/net/meth.c                           |    3 ---
sound/oss/swarm_cs4297a.c           |    2 --
3 files changed, 6 deletions(-)

============================================
The following is the patch:-



diff -urN -X dontdiff linux-2.6.0-test1.orig/arch/cris/arch-v10/drivers/pcf8563.c linux-2.6.0-test1/arch/cris/arch-v10/drivers/pcf8563.c
--- linux-2.6.0-test1.orig/arch/cris/arch-v10/drivers/pcf8563.c	2003-07-14 09:02:40.000000000 +0530
+++ linux-2.6.0-test1/arch/cris/arch-v10/drivers/pcf8563.c	2003-07-22 18:24:11.000000000 +0530
@@ -282,6 +282,5 @@
 	return 0;
 }
 
-EXPORT_NO_SYMBOLS;
 module_init(pcf8563_init);
 module_exit(pcf8563_exit);
diff -urN -X dontdiff linux-2.6.0-test1.orig/drivers/net/meth.c linux-2.6.0-test1/drivers/net/meth.c
--- linux-2.6.0-test1.orig/drivers/net/meth.c	2003-07-14 09:07:16.000000000 +0530
+++ linux-2.6.0-test1/drivers/net/meth.c	2003-07-22 18:24:50.000000000 +0530
@@ -844,9 +844,6 @@
 		printk("meth: error %i registering device \"%s\"\n",
 		       result, meth_devs->name);
 	else device_present++;
-#ifndef METH_DEBUG
-	EXPORT_NO_SYMBOLS;
-#endif
 	
 	return device_present ? 0 : -ENODEV;
 }
diff -urN -X dontdiff linux-2.6.0-test1.orig/sound/oss/swarm_cs4297a.c linux-2.6.0-test1/sound/oss/swarm_cs4297a.c
--- linux-2.6.0-test1.orig/sound/oss/swarm_cs4297a.c	2003-07-14 09:04:39.000000000 +0530
+++ linux-2.6.0-test1/sound/oss/swarm_cs4297a.c	2003-07-22 18:25:25.000000000 +0530
@@ -90,7 +90,6 @@
 #include <asm/sibyte/64bit.h>
 
 struct cs4297a_state;
-EXPORT_NO_SYMBOLS;
 
 static void stop_dac(struct cs4297a_state *s);
 static void stop_adc(struct cs4297a_state *s);
@@ -2734,7 +2733,6 @@
 
 // --------------------------------------------------------------------- 
 
-EXPORT_NO_SYMBOLS;
 
 MODULE_AUTHOR("Kip Walker, kwalker@broadcom.com");
 MODULE_DESCRIPTION("Cirrus Logic CS4297a Driver for Broadcom SWARM board");

-

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-07-22 12:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-22 13:15 [PATCH][2.6.0-test1]:Removes obsolete EXPORT_NO_SYMBOL Krishnakumar. R

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).