[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070712235211.GS3492@stusta.de>
Date: Fri, 13 Jul 2007 01:52:11 +0200
From: Adrian Bunk <bunk@...sta.de>
To: Ingo Molnar <mingo@...e.hu>
Cc: linux-kernel@...r.kernel.org
Subject: [2.6 patch] kernel/sched.c: remove 2 unused exports
This patch removes the following unused exports:
- EXPORT_SYMBOL(cond_resched_softirq);
- EXPORT_SYMBOL_GPL(__wake_up_sync);
Signed-off-by: Adrian Bunk <bunk@...sta.de>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists