]> Pileus Git - ~andy/linux/blobdiff - drivers/xen/balloon.c
xen: delete new instances of added __cpuinit
[~andy/linux] / drivers / xen / balloon.c
index 1b62304197044dc5b5690a97e5491cf2d83d8af0..55ea73f7c70b52e49ca3b4f2b40f5baa064928e9 100644 (file)
@@ -596,7 +596,7 @@ static void __init balloon_add_region(unsigned long start_pfn,
        }
 }
 
-static int __cpuinit balloon_cpu_notify(struct notifier_block *self,
+static int balloon_cpu_notify(struct notifier_block *self,
                                    unsigned long action, void *hcpu)
 {
        int cpu = (long)hcpu;
@@ -616,7 +616,7 @@ static int __cpuinit balloon_cpu_notify(struct notifier_block *self,
        return NOTIFY_OK;
 }
 
-static struct notifier_block balloon_cpu_notifier __cpuinitdata = {
+static struct notifier_block balloon_cpu_notifier = {
        .notifier_call  = balloon_cpu_notify,
 };