blktrace: fix documentation for blk_fill_rw()
[linux-2.6-microblaze.git] / kernel / time / namespace.c
index 6ca625f..12eab0d 100644 (file)
@@ -465,9 +465,3 @@ struct time_namespace init_time_ns = {
        .ns.ops         = &timens_operations,
        .frozen_offsets = true,
 };
-
-static int __init time_ns_init(void)
-{
-       return 0;
-}
-subsys_initcall(time_ns_init);