[PATCH] export clockevents_register_device

From: Dimitri Sivanich
Date: Tue Oct 14 2008 - 12:38:26 EST


Export the clockevents_register_device().

Signed-off-by: Dimitri Sivanich <sivanich@xxxxxxx>

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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/