vt: keyboard, remove ctrl_alt_del declaration
authorJiri Slaby <jslaby@suse.cz>
Thu, 29 Oct 2020 11:32:06 +0000 (12:32 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 4 Nov 2020 15:43:37 +0000 (16:43 +0100)
commit6b8f8313c3174a8caa45ef5319cb9c8dde7cb8a8
tree5c527d1553af949533fcfdcb4bfde3909462022f
parent724ec7c190c1893ea55fd7143e7e1c8c5b61a0e7
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>
drivers/tty/vt/keyboard.c