]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86/kernel/tsc.c
x86, tsc: fix section mismatch warning
[linux-2.6-omap-h63xx.git] / arch / x86 / kernel / tsc.c
index 7603c0553909efa29718b6857cda56ba2469cd4f..46af71676738e4ec49640fdcaacd20a85c034bc8 100644 (file)
@@ -104,7 +104,7 @@ __setup("notsc", notsc_setup);
 /*
  * Read TSC and the reference counters. Take care of SMI disturbance
  */
-static u64 __init tsc_read_refs(u64 *pm, u64 *hpet)
+static u64 tsc_read_refs(u64 *pm, u64 *hpet)
 {
        u64 t1, t2;
        int i;