]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/cpu.c
cpu: fix section mismatch warning in unregister_cpu_notifier
[linux-2.6-omap-h63xx.git] / kernel / cpu.c
index 2011ad8d26973fae39a373aa4121ea2fd3f0b8d1..da31165fd298707dd348ea0ba4a14ccd63e4c445 100644 (file)
@@ -149,7 +149,7 @@ int __cpuinit register_cpu_notifier(struct notifier_block *nb)
 
 EXPORT_SYMBOL(register_cpu_notifier);
 
-void unregister_cpu_notifier(struct notifier_block *nb)
+void __ref unregister_cpu_notifier(struct notifier_block *nb)
 {
        cpu_maps_update_begin();
        raw_notifier_chain_unregister(&cpu_chain, nb);