public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Christoph Hellwig <hch@lst.de>
To: akpm@osdl.org
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] unexport get_wchan
Date: Tue, 7 Sep 2004 16:45:39 +0200	[thread overview]
Message-ID: <20040907144539.GA8808@lst.de> (raw)

only usedby procfs which certainly can't be modular


--- 1.38/arch/alpha/kernel/alpha_ksyms.c	2004-08-31 01:05:49 +02:00
+++ edited/arch/alpha/kernel/alpha_ksyms.c	2004-09-07 14:44:39 +02:00
@@ -258,8 +258,6 @@
 EXPORT_SYMBOL_NOVERS(memset);
 EXPORT_SYMBOL_NOVERS(memchr);
 
-EXPORT_SYMBOL(get_wchan);
-
 #ifdef CONFIG_ALPHA_IRONGATE
 EXPORT_SYMBOL(irongate_ioremap);
 EXPORT_SYMBOL(irongate_iounmap);
--- 1.39/arch/arm/kernel/process.c	2004-06-22 05:14:16 +02:00
+++ edited/arch/arm/kernel/process.c	2004-09-07 14:43:04 +02:00
@@ -452,4 +452,3 @@
 	} while (count ++ < 16);
 	return 0;
 }
-EXPORT_SYMBOL(get_wchan);
--- 1.2/arch/arm26/kernel/armksyms.c	2004-02-25 11:31:13 +01:00
+++ edited/arch/arm26/kernel/armksyms.c	2004-09-07 14:44:44 +02:00
@@ -219,8 +219,6 @@
 EXPORT_SYMBOL_NOVERS(__down_trylock_failed);
 EXPORT_SYMBOL_NOVERS(__up_wakeup);
 
-EXPORT_SYMBOL(get_wchan);
-
 #ifdef CONFIG_PREEMPT
 EXPORT_SYMBOL(kernel_flag);
 #endif
--- 1.4/arch/h8300/kernel/h8300_ksyms.c	2004-05-25 11:53:07 +02:00
+++ edited/arch/h8300/kernel/h8300_ksyms.c	2004-09-07 14:45:23 +02:00
@@ -58,8 +58,6 @@
 EXPORT_SYMBOL_NOVERS(memscan);
 EXPORT_SYMBOL_NOVERS(memmove);
 
-EXPORT_SYMBOL(get_wchan);
-
 /*
  * libgcc functions - functions that are used internally by the
  * compiler...  (prototypes are not correct though, but that
--- 1.63/arch/i386/kernel/i386_ksyms.c	2004-08-31 09:55:10 +02:00
+++ edited/arch/i386/kernel/i386_ksyms.c	2004-09-07 14:45:26 +02:00
@@ -167,8 +167,6 @@
 EXPORT_SYMBOL(screen_info);
 #endif
 
-EXPORT_SYMBOL(get_wchan);
-
 EXPORT_SYMBOL(rtc_lock);
 
 EXPORT_SYMBOL_GPL(set_nmi_callback);
--- 1.11/arch/m68k/kernel/m68k_ksyms.c	2003-04-01 00:29:49 +02:00
+++ edited/arch/m68k/kernel/m68k_ksyms.c	2004-09-07 14:45:33 +02:00
@@ -85,5 +85,3 @@
 EXPORT_SYMBOL_NOVERS(__down_failed_interruptible);
 EXPORT_SYMBOL_NOVERS(__down_failed_trylock);
 EXPORT_SYMBOL_NOVERS(__up_wakeup);
-
-EXPORT_SYMBOL(get_wchan);
--- 1.4/arch/m68knommu/kernel/m68k_ksyms.c	2004-05-10 15:51:25 +02:00
+++ edited/arch/m68knommu/kernel/m68k_ksyms.c	2004-09-07 14:45:37 +02:00
@@ -61,8 +61,6 @@
 EXPORT_SYMBOL_NOVERS(__down_failed_trylock);
 EXPORT_SYMBOL_NOVERS(__up_wakeup);
 
-EXPORT_SYMBOL(get_wchan);
-
 /*
  * libgcc functions - functions that are used internally by the
  * compiler...  (prototypes are not correct though, but that
===== arch/mips/kernel/process.c 1.14 vs edited =====
--- 1.14/arch/mips/kernel/process.c	2004-05-10 13:25:34 +02:00
+++ edited/arch/mips/kernel/process.c	2004-09-07 14:43:23 +02:00
@@ -340,5 +340,3 @@
 
 	return pc;
 }
-
-EXPORT_SYMBOL(get_wchan);
--- 1.60/arch/ppc/kernel/ppc_ksyms.c	2004-06-25 14:52:53 +02:00
+++ edited/arch/ppc/kernel/ppc_ksyms.c	2004-09-07 14:45:43 +02:00
@@ -295,7 +295,6 @@
 void ppc_irq_dispatch_handler(struct pt_regs *, int);
 EXPORT_SYMBOL(ppc_irq_dispatch_handler);
 EXPORT_SYMBOL(tb_ticks_per_jiffy);
-EXPORT_SYMBOL(get_wchan);
 EXPORT_SYMBOL(console_drivers);
 #ifdef CONFIG_XMON
 EXPORT_SYMBOL(xmon);
--- 1.42/arch/ppc64/kernel/ppc_ksyms.c	2004-06-24 10:55:56 +02:00
+++ edited/arch/ppc64/kernel/ppc_ksyms.c	2004-09-07 14:45:46 +02:00
@@ -157,7 +157,6 @@
 
 EXPORT_SYMBOL(timer_interrupt);
 EXPORT_SYMBOL(irq_desc);
-EXPORT_SYMBOL(get_wchan);
 EXPORT_SYMBOL(console_drivers);
 
 EXPORT_SYMBOL(tb_ticks_per_usec);

             reply	other threads:[~2004-09-07 14:53 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-07 14:45 Christoph Hellwig [this message]
2004-09-07 17:07 ` [PATCH] unexport get_wchan Alan Cox
2004-09-07 18:11   ` Christoph Hellwig
2004-09-07 17:29     ` Alan Cox
2004-09-07 18:49       ` Christoph Hellwig
2004-09-07 19:38         ` Andreas Dilger
2004-09-07 18:59       ` Arjan van de Ven

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040907144539.GA8808@lst.de \
    --to=hch@lst.de \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox