[2.6 patch] kernel/sched.c: remove 2 unused exports
From: Adrian Bunk
Date: Thu Jul 12 2007 - 19:51:45 EST
This patch removes the following unused exports:
- EXPORT_SYMBOL(cond_resched_softirq);
- EXPORT_SYMBOL_GPL(__wake_up_sync);
Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>
---
kernel/sched.c | 2 --
1 file changed, 2 deletions(-)
--- linux-2.6.22-rc6-mm1/kernel/sched.c.old 2007-07-12 03:36:55.000000000 +0200
+++ linux-2.6.22-rc6-mm1/kernel/sched.c 2007-07-12 03:37:15.000000000 +0200
@@ -3517,7 +3517,6 @@
__wake_up_common(q, mode, nr_exclusive, sync, NULL);
spin_unlock_irqrestore(&q->lock, flags);
}
-EXPORT_SYMBOL_GPL(__wake_up_sync); /* For internal use only */
void fastcall complete(struct completion *x)
{
@@ -4453,7 +4452,6 @@
}
return 0;
}
-EXPORT_SYMBOL(cond_resched_softirq);
/**
* yield - yield the current processor to other threads.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/