
From: Christoph Hellwig <hch@lst.de>

This isn't exactly the kind of interface modules should use.

Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/kernel/sched.c |    2 --
 1 files changed, 2 deletions(-)

diff -puN kernel/sched.c~unexport-kick_process kernel/sched.c
--- 25/kernel/sched.c~unexport-kick_process	2004-10-24 23:48:38.662836016 -0700
+++ 25-akpm/kernel/sched.c	2004-10-24 23:48:38.669834952 -0700
@@ -897,8 +897,6 @@ void kick_process(task_t *p)
 	preempt_enable();
 }
 
-EXPORT_SYMBOL_GPL(kick_process);
-
 /*
  * Return a low guess at the load of a migration-source cpu.
  *
_
