]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/char/sysrq.c
[PATCH] lockdep: better lock debugging
[mirror_ubuntu-zesty-kernel.git] / drivers / char / sysrq.c
index 35082dc12eaee8181cfd0344c15addcf82a4ed16..e31f079400fa388ce95dcf370d778acaf4000827 100644 (file)
@@ -12,7 +12,6 @@
  *     based upon discusions in irc://irc.openprojects.net/#kernelnewbies
  */
 
-#include <linux/config.h>
 #include <linux/sched.h>
 #include <linux/interrupt.h>
 #include <linux/mm.h>
@@ -152,7 +151,7 @@ static struct sysrq_key_op sysrq_mountro_op = {
 static void sysrq_handle_showlocks(int key, struct pt_regs *pt_regs,
                                struct tty_struct *tty)
 {
-       mutex_debug_show_all_locks();
+       debug_show_all_locks();
 }
 static struct sysrq_key_op sysrq_showlocks_op = {
        .handler        = sysrq_handle_showlocks,