diff mbox series

[01/17] vt: keyboard, remove ctrl_alt_del declaration

Message ID 20201029113222.32640-1-jslaby@suse.cz
State New
Headers show
Series [01/17] vt: keyboard, remove ctrl_alt_del declaration | expand

Commit Message

Jiri Slaby Oct. 29, 2020, 11:32 a.m. UTC
ctrl_alt_del is already declared in linux/reboot.h which we include. So
remove this second (superfluous) declaration.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
---
 drivers/tty/vt/keyboard.c | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/drivers/tty/vt/keyboard.c b/drivers/tty/vt/keyboard.c
index 78acc270e39a..69bbb6c1b3de 100644
--- a/drivers/tty/vt/keyboard.c
+++ b/drivers/tty/vt/keyboard.c
@@ -49,8 +49,6 @@ 
 
 #include <asm/irq_regs.h>
 
-extern void ctrl_alt_del(void);
-
 /*
  * Exported functions/variables
  */