[PATCH] Notifier chain update: API changes
[deliverable/linux.git] / arch / parisc / kernel / pdc_chassis.c
index 2a01fe1bdc982450eb323a5ae412e3258da444db..0cea6958f4274a5ad44528518357c4bfdf049239 100644 (file)
@@ -150,7 +150,8 @@ void __init parisc_pdc_chassis_init(void)
 
                if (handle) {
                        /* initialize panic notifier chain */
-                       notifier_chain_register(&panic_notifier_list, &pdc_chassis_panic_block);
+                       atomic_notifier_chain_register(&panic_notifier_list,
+                                       &pdc_chassis_panic_block);
 
                        /* initialize reboot notifier chain */
                        register_reboot_notifier(&pdc_chassis_reboot_block);
This page took 0.02456 seconds and 5 git commands to generate.