vt: keyboard, remove ctrl_alt_del declaration

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>
Link: https://lore.kernel.org/r/20201029113222.32640-1-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Jiri Slaby 2020-10-29 12:32:06 +01:00 committed by Greg Kroah-Hartman
parent 724ec7c190
commit 6b8f8313c3
1 changed files with 0 additions and 2 deletions

View File

@ -49,8 +49,6 @@
#include <asm/irq_regs.h>
extern void ctrl_alt_del(void);
/*
* Exported functions/variables
*/