x86: Drop bogus __ref / __refdata annotations
[deliverable/linux.git] / arch / x86 / kernel / topology.c
index 649b010da00ba5a0c191a4144f2458c08f0500ab..12cbe2b88c0f3cb14754e6bce2d058b5d0bb63a7 100644 (file)
@@ -57,7 +57,7 @@ __setup("cpu0_hotplug", enable_cpu0_hotplug);
  *
  * This is only called for debugging CPU offline/online feature.
  */
-int __ref _debug_hotplug_cpu(int cpu, int action)
+int _debug_hotplug_cpu(int cpu, int action)
 {
        struct device *dev = get_cpu_device(cpu);
        int ret;
@@ -104,7 +104,7 @@ static int __init debug_hotplug_cpu(void)
 late_initcall_sync(debug_hotplug_cpu);
 #endif /* CONFIG_DEBUG_HOTPLUG_CPU0 */
 
-int __ref arch_register_cpu(int num)
+int arch_register_cpu(int num)
 {
        struct cpuinfo_x86 *c = &cpu_data(num);
 
This page took 0.024753 seconds and 5 git commands to generate.