[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20081014163814.GA1693@sgi.com>
Date: Tue, 14 Oct 2008 11:38:14 -0500
From: Dimitri Sivanich <sivanich@....com>
To: linux-kernel@...r.kernel.org
Subject: [PATCH] export clockevents_register_device
Export the clockevents_register_device().
Signed-off-by: Dimitri Sivanich <sivanich@....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
--
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