x86: Drop bogus __ref / __refdata annotations
[deliverable/linux.git] / arch / x86 / kernel / cpu / microcode / core.c
index 6236a54a63f449ce2ea824be13a3bcca2f57e4b9..532026d48096cfe6fa730dc199477d52df5fe01c 100644 (file)
@@ -460,7 +460,7 @@ mc_cpu_callback(struct notifier_block *nb, unsigned long action, void *hcpu)
        return NOTIFY_OK;
 }
 
-static struct notifier_block __refdata mc_cpu_notifier = {
+static struct notifier_block mc_cpu_notifier = {
        .notifier_call  = mc_cpu_callback,
 };
 
This page took 0.026872 seconds and 5 git commands to generate.