From: Paul Jackson <pj@sgi.com>

Remove gratuitous EXPORT_SYMBOL of proc_cpuset_operations.

Signed-off-by: Paul Jackson <pj@sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/kernel/cpuset.c |    1 -
 1 files changed, 1 deletion(-)

diff -puN kernel/cpuset.c~cpusets-dont-export-proc_cpuset_operations kernel/cpuset.c
--- 25/kernel/cpuset.c~cpusets-dont-export-proc_cpuset_operations	Fri Sep 17 16:45:36 2004
+++ 25-akpm/kernel/cpuset.c	Fri Sep 17 16:45:36 2004
@@ -1552,4 +1552,3 @@ struct file_operations proc_cpuset_opera
 	.llseek		= seq_lseek,
 	.release	= single_release,
 };
-EXPORT_SYMBOL(proc_cpuset_operations);
_