commit | 2374a045263b47f763571ec87ad7c65ea505188a | [log] [tgz] |
---|---|---|
author | Jiri Slaby <jslaby@suse.cz> | Thu Oct 29 12:32:18 2020 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Nov 04 16:43:38 2020 +0100 |
tree | d6dac0b8645fed8d6c6b18d14532c6b695ee8b52 | |
parent | 4e1404a5cd043672e8039fe6f440d0b09c916303 [diff] |
vt: keyboard, remove unneeded func_* declarations Now that we removed the ugly handling of func_buf, remove unneeded declarations of func_* variables. The definitions are in the generated defkeymap.c_shipped, so we cannot really remove them (but we would love to). Signed-off-by: Jiri Slaby <jslaby@suse.cz> Link: https://lore.kernel.org/r/20201029113222.32640-13-jslaby@suse.cz Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>