]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/base/topology.c
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-serial
[linux-2.6-omap-h63xx.git] / drivers / base / topology.c
index 915810f6237eeca929235e1502983080989a3376..c2d621632383306a493fd5f60d5d3b9b55721f70 100644 (file)
@@ -125,7 +125,7 @@ static int __cpuinit topology_cpu_callback(struct notifier_block *nfb,
        return NOTIFY_OK;
 }
 
-static struct notifier_block topology_cpu_notifier =
+static struct notifier_block __cpuinitdata topology_cpu_notifier =
 {
        .notifier_call = topology_cpu_callback,
 };