summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/serial_txx9.c
diff options
context:
space:
mode:
authorJovi Zhang <bookjovi@gmail.com>2011-03-30 05:30:41 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2011-04-19 16:33:36 -0700
commit99edb3d10a9d384d69557bd09cc39b9ec62aa04e (patch)
treef5652717967f7f3aa888e2750c39c151adf6216b /drivers/tty/serial/serial_txx9.c
parent6f5c24ad0f7619502199185a026a228174a27e68 (diff)
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/serial/serial_txx9.c')
-rw-r--r--drivers/tty/serial/serial_txx9.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/tty/serial/serial_txx9.c b/drivers/tty/serial/serial_txx9.c
index c50e9fbbf743..8e3fc1944e6d 100644
--- a/drivers/tty/serial/serial_txx9.c
+++ b/drivers/tty/serial/serial_txx9.c
@@ -1,6 +1,4 @@
/*
- * drivers/serial/serial_txx9.c
- *
* Derived from many drivers using generic_serial interface,
* especially serial_tx3912.c by Steven J. Hill and r39xx_serial.c
* (was in Linux/VR tree) by Jim Pick.