* [PATCH] export clockevents_register_device
@ 2008-10-14 16:38 Dimitri Sivanich
2008-10-14 20:23 ` Randy.Dunlap
0 siblings, 1 reply; 2+ messages in thread
From: Dimitri Sivanich @ 2008-10-14 16:38 UTC (permalink / raw)
To: linux-kernel
Export the clockevents_register_device().
Signed-off-by: Dimitri Sivanich <sivanich@sgi.com>
Index: linux/kernel/time/clockevents.c
===================================================================
--- linux.orig/kernel/time/clockevents.c 2008-10-14 11:31:17.000000000 -0500
+++ linux/kernel/time/clockevents.c 2008-10-14 11:31:40.000000000 -0500
@@ -173,6 +173,7 @@ void clockevents_register_device(struct
spin_unlock(&clockevents_lock);
}
+EXPORT_SYMBOL_GPL(clockevents_register_device);
/*
* Noop handler when we shut down an event device
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] export clockevents_register_device
2008-10-14 16:38 [PATCH] export clockevents_register_device Dimitri Sivanich
@ 2008-10-14 20:23 ` Randy.Dunlap
0 siblings, 0 replies; 2+ messages in thread
From: Randy.Dunlap @ 2008-10-14 20:23 UTC (permalink / raw)
To: Dimitri Sivanich; +Cc: linux-kernel
On Tue, 14 Oct 2008, Dimitri Sivanich wrote:
> Export the clockevents_register_device().
Needs justification, always....
> Signed-off-by: Dimitri Sivanich <sivanich@sgi.com>
>
> Index: linux/kernel/time/clockevents.c
> ===================================================================
> --- linux.orig/kernel/time/clockevents.c 2008-10-14 11:31:17.000000000 -0500
> +++ linux/kernel/time/clockevents.c 2008-10-14 11:31:40.000000000 -0500
> @@ -173,6 +173,7 @@ void clockevents_register_device(struct
>
> spin_unlock(&clockevents_lock);
> }
> +EXPORT_SYMBOL_GPL(clockevents_register_device);
>
> /*
> * Noop handler when we shut down an event device
> --
--
~Randy
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-10-14 20:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-14 16:38 [PATCH] export clockevents_register_device Dimitri Sivanich
2008-10-14 20:23 ` Randy.Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox