mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +00:00
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:
parent
724ec7c190
commit
6b8f8313c3
@ -49,8 +49,6 @@
|
||||
|
||||
#include <asm/irq_regs.h>
|
||||
|
||||
extern void ctrl_alt_del(void);
|
||||
|
||||
/*
|
||||
* Exported functions/variables
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user