* [RFC: 2.6 patch] kernel/sysctl.c: unexport
@ 2006-04-11 3:51 Adrian Bunk
0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2006-04-11 3:51 UTC (permalink / raw)
To: linux-kernel
proc_dointvec_userhz_jiffies
Reply-To:
This patch removes an unused EXPORT_SYMBOL.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
--- linux-2.6.17-rc1-mm2-full/kernel/sysctl.c.old 2006-04-11 01:25:38.000000000 +0200
+++ linux-2.6.17-rc1-mm2-full/kernel/sysctl.c 2006-04-11 01:26:01.000000000 +0200
@@ -2532,7 +2532,6 @@
EXPORT_SYMBOL(proc_dointvec);
EXPORT_SYMBOL(proc_dointvec_jiffies);
EXPORT_SYMBOL(proc_dointvec_minmax);
-EXPORT_SYMBOL(proc_dointvec_userhz_jiffies);
EXPORT_SYMBOL(proc_dointvec_ms_jiffies);
EXPORT_SYMBOL(proc_dostring);
EXPORT_SYMBOL(proc_doulongvec_minmax);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-04-11 3:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-11 3:51 [RFC: 2.6 patch] kernel/sysctl.c: unexport Adrian Bunk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox