* [PATCH] timer:Remove clockevents_unregister_notifier
@ 2007-08-09 2:23 Miao Xie
2007-08-09 7:05 ` Thomas Gleixner
0 siblings, 1 reply; 2+ messages in thread
From: Miao Xie @ 2007-08-09 2:23 UTC (permalink / raw)
To: LKML; +Cc: Thomas Gleixner
Hi everyone,
I find a function(clockevents_unregister_notifier) which is not
called by anything in tree.
Signed-off-by: Miao Xie <miaox@cn.fujitsu.com>
diff -urN linux-2.6.23-rc2.orig/kernel/time/clockevents.c linux-2.6.23-rc2/kernel/time/clockevents.c
--- linux-2.6.23-rc2.orig/kernel/time/clockevents.c 2007-08-08 13:20:38.000000000 +0800
+++ linux-2.6.23-rc2/kernel/time/clockevents.c 2007-08-08 13:45:31.000000000 +0800
@@ -113,16 +113,6 @@
return ret;
}
-/**
- * clockevents_unregister_notifier - unregister a clock events change listener
- */
-void clockevents_unregister_notifier(struct notifier_block *nb)
-{
- spin_lock(&clockevents_lock);
- raw_notifier_chain_unregister(&clockevents_chain, nb);
- spin_unlock(&clockevents_lock);
-}
-
/*
* Notify about a clock event change. Called with clockevents_lock
* held.
diff -urN linux-2.6.23-rc2.orig/include/linux/clockchips.h linux-2.6.23-rc2/include/linux/clockchips.h
--- linux-2.6.23-rc2.orig/include/linux/clockchips.h 2007-08-08 13:20:29.000000000 +0800
+++ linux-2.6.23-rc2/include/linux/clockchips.h 2007-08-08 13:46:06.000000000 +0800
@@ -123,7 +123,6 @@
extern void clockevents_set_mode(struct clock_event_device *dev,
enum clock_event_mode mode);
extern int clockevents_register_notifier(struct notifier_block *nb);
-extern void clockevents_unregister_notifier(struct notifier_block *nb);
extern int clockevents_program_event(struct clock_event_device *dev,
ktime_t expires, ktime_t now);
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-08-09 7:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-09 2:23 [PATCH] timer:Remove clockevents_unregister_notifier Miao Xie
2007-08-09 7:05 ` Thomas Gleixner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox