From: Adrian Bunk <bunk@stusta.de>
To: Ingo Molnar <mingo@elte.hu>
Cc: linux-kernel@vger.kernel.org
Subject: [2.6 patch] kernel/sched.c: remove 2 unused exports
Date: Fri, 13 Jul 2007 01:52:11 +0200 [thread overview]
Message-ID: <20070712235211.GS3492@stusta.de> (raw)
This patch removes the following unused exports:
- EXPORT_SYMBOL(cond_resched_softirq);
- EXPORT_SYMBOL_GPL(__wake_up_sync);
Signed-off-by: Adrian Bunk <bunk@stusta.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.
next reply other threads:[~2007-07-12 23:51 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-12 23:52 Adrian Bunk [this message]
2007-07-17 19:22 ` [2.6 patch] kernel/sched.c: remove 2 unused exports Ingo Molnar
2007-07-19 6:10 ` Adrian Bunk
2007-07-19 8:44 ` Ingo Molnar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070712235211.GS3492@stusta.de \
--to=bunk@stusta.de \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.