Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tty: vt/Makefile: set the variables to static | Cong Ding | 2013-01-15 | 1 | -3/+1 |
| | | | | | | | | | | | | | tty: vt/Makefile: set the variables to static In the file drivers/tty/vt/defkeymap.c generated by command loadkeys --mktable defkeymap.map > defkeymap.c the 6 variables: shift_map, altgr_map, ctrl_map, shift_ctrl_map, alt_map, and ctrl_alt_map should be static because they are used only in this file. There is no reason to remove the static by sed command. Signed-off-by: Cong Ding <dinggnu@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> | ||||
* | TTY: create drivers/tty/vt and move the vt code there | Greg Kroah-Hartman | 2010-11-05 | 1 | -0/+34 |
The vt and other related code is moved into the drivers/tty/vt directory. Acked-by: Arnd Bergmann <arnd@arndb.de> Cc: Jiri Slaby <jslaby@suse.cz> Cc: Alan Cox <alan@lxorguk.ukuu.org.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> |