patch-2.4.0-test10 linux/drivers/char/sysrq.c

Next file: linux/drivers/char/tpqic02.c
Previous file: linux/drivers/char/synclink.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test9/linux/drivers/char/sysrq.c linux/drivers/char/sysrq.c
@@ -34,7 +34,7 @@
 int sysrq_enabled = 1;
 
 /* Machine specific power off function */
-void (*sysrq_power_off)(void) = NULL;
+void (*sysrq_power_off)(void);
 
 EXPORT_SYMBOL(sysrq_power_off);
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)