summaryrefslogtreecommitdiffstats
path: root/drivers/tty/vt/vc_screen.c
diff options
context:
space:
mode:
authorJovi Zhang2011-03-30 11:30:41 +0200
committerGreg Kroah-Hartman2011-04-20 01:33:36 +0200
commit99edb3d10a9d384d69557bd09cc39b9ec62aa04e (patch)
treef5652717967f7f3aa888e2750c39c151adf6216b /drivers/tty/vt/vc_screen.c
parentserial: core, remove uart_update_termios (diff)
downloadkernel-qcow2-linux-99edb3d10a9d384d69557bd09cc39b9ec62aa04e.tar.gz
kernel-qcow2-linux-99edb3d10a9d384d69557bd09cc39b9ec62aa04e.tar.xz
kernel-qcow2-linux-99edb3d10a9d384d69557bd09cc39b9ec62aa04e.zip
tty: remove invalid location line in file header
remove invalid location line in each file header after location moved from driver/char to driver/tty Signed-off-by: Jovi Zhang <bookjovi@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/tty/vt/vc_screen.c')
-rw-r--r--drivers/tty/vt/vc_screen.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/tty/vt/vc_screen.c b/drivers/tty/vt/vc_screen.c
index 1564261e80c8..66825c9f516a 100644
--- a/drivers/tty/vt/vc_screen.c
+++ b/drivers/tty/vt/vc_screen.c
@@ -1,6 +1,4 @@
/*
- * linux/drivers/char/vc_screen.c
- *
* Provide access to virtual console memory.
* /dev/vcs0: the screen as it is being viewed right now (possibly scrolled)
* /dev/vcsN: the screen of /dev/ttyN (1 <= N <= 63)