commit | 6b8f8313c3174a8caa45ef5319cb9c8dde7cb8a8 | [log] [tgz] |
---|---|---|
author | Jiri Slaby <jslaby@suse.cz> | Thu Oct 29 12:32:06 2020 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Nov 04 16:43:37 2020 +0100 |
tree | 5c527d1553af949533fcfdcb4bfde3909462022f | |
parent | 724ec7c190c1893ea55fd7143e7e1c8c5b61a0e7 [diff] |
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>