lkml.org 
[lkml]   [2003]   [Jul]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH][2.6.0-test1]:Removes obsolete EXPORT_NO_SYMBOL
Date
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");
-
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:47    [W:0.015 / U:2.128 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site