]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
tty: remove invalid location line in file header
authorJovi Zhang <bookjovi@gmail.com>
Wed, 30 Mar 2011 09:30:41 +0000 (05:30 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 19 Apr 2011 23:33:36 +0000 (16:33 -0700)
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>
57 files changed:
drivers/tty/amiserial.c
drivers/tty/cyclades.c
drivers/tty/ipwireless/Makefile
drivers/tty/pty.c
drivers/tty/serial/21285.c
drivers/tty/serial/8250.c
drivers/tty/serial/8250.h
drivers/tty/serial/8250_accent.c
drivers/tty/serial/8250_boca.c
drivers/tty/serial/8250_exar_st16c554.c
drivers/tty/serial/8250_fourport.c
drivers/tty/serial/8250_hub6.c
drivers/tty/serial/8250_mca.c
drivers/tty/serial/8250_pci.c
drivers/tty/serial/8250_pnp.c
drivers/tty/serial/amba-pl010.c
drivers/tty/serial/amba-pl011.c
drivers/tty/serial/atmel_serial.c
drivers/tty/serial/clps711x.c
drivers/tty/serial/cpm_uart/cpm_uart.h
drivers/tty/serial/cpm_uart/cpm_uart_core.c
drivers/tty/serial/cpm_uart/cpm_uart_cpm1.c
drivers/tty/serial/cpm_uart/cpm_uart_cpm1.h
drivers/tty/serial/cpm_uart/cpm_uart_cpm2.c
drivers/tty/serial/cpm_uart/cpm_uart_cpm2.h
drivers/tty/serial/imx.c
drivers/tty/serial/msm_serial.c
drivers/tty/serial/msm_serial.h
drivers/tty/serial/msm_smd_tty.c
drivers/tty/serial/netx-serial.c
drivers/tty/serial/pmac_zilog.c
drivers/tty/serial/pxa.c
drivers/tty/serial/s3c2400.c
drivers/tty/serial/s3c2410.c
drivers/tty/serial/s3c2412.c
drivers/tty/serial/s3c2440.c
drivers/tty/serial/s3c24a0.c
drivers/tty/serial/s3c6400.c
drivers/tty/serial/s5pv210.c
drivers/tty/serial/sa1100.c
drivers/tty/serial/samsung.c
drivers/tty/serial/samsung.h
drivers/tty/serial/sb1250-duart.c
drivers/tty/serial/serial_core.c
drivers/tty/serial/serial_ks8695.c
drivers/tty/serial/serial_txx9.c
drivers/tty/serial/sh-sci.c
drivers/tty/serial/vt8500_serial.c
drivers/tty/synclink.c
drivers/tty/tty_io.c
drivers/tty/tty_ioctl.c
drivers/tty/tty_mutex.c
drivers/tty/vt/keyboard.c
drivers/tty/vt/selection.c
drivers/tty/vt/vc_screen.c
drivers/tty/vt/vt.c
drivers/tty/vt/vt_ioctl.c

index f214e5022472e6c02f8f6ff788b596c40238a3ee..220579592c203a47c4441c5562f2f4fece0edd8b 100644 (file)
@@ -1,6 +1,4 @@
 /*
- *  linux/drivers/char/amiserial.c
- *
  * Serial driver for the amiga builtin port.
  *
  * This code was created by taking serial.c version 4.30 from kernel
index e6f20d24e263e8799c36152e7ad4e76ca27686b4..bfa05e8018237bede822973a2029c40caf57c014 100644 (file)
@@ -3,8 +3,6 @@
 #undef Z_EXT_CHARS_IN_BUFFER
 
 /*
- *  linux/drivers/char/cyclades.c
- *
  * This file contains the driver for the Cyclades async multiport
  * serial boards.
  *
index db80873d7f201a72438cb182a89992bc75b1cd8f..fe2e1730986bc38b3312b0a0c97905e5f4bc028d 100644 (file)
@@ -1,6 +1,4 @@
 #
-# drivers/char/pcmcia/ipwireless/Makefile
-#
 # Makefile for the IPWireless driver
 #
 
index 21bddf359dbbc5e732457c38315bef54575f5e08..98b6e3bdb000bda730a69a05680d76b8584f1715 100644 (file)
@@ -1,6 +1,4 @@
 /*
- *  linux/drivers/char/pty.c
- *
  *  Copyright (C) 1991, 1992  Linus Torvalds
  *
  *  Added support for a Unix98-style ptmx device.
index d89aa38c5cf04a2c0adf7959da54fcd84eaa965c..1b37626e8f13130a35dd3b4f650177660a40ec85 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * linux/drivers/serial/21285.c
- *
  * Driver for the serial port on the 21285 StrongArm-110 core logic chip.
  *
  * Based on drivers/char/serial.c
index 6611535f444058e782ee96b054dd890c49039d54..54482d724fee67c4b531fb42ebcf5f8ec0aede26 100644 (file)
@@ -1,6 +1,4 @@
 /*
- *  linux/drivers/char/8250.c
- *
  *  Driver for 8250/16550-type serial ports
  *
  *  Based on drivers/char/serial.c, by Linus Torvalds, Theodore Ts'o.
index 6e19ea3e48d5fd851f6a0ef822d9f0302d58d06b..d13b586c0f725994abcf3eb699c319072a62a941 100644 (file)
@@ -1,6 +1,4 @@
 /*
- *  linux/drivers/char/8250.h
- *
  *  Driver for 8250/16550-type serial ports
  *
  *  Based on drivers/char/serial.c, by Linus Torvalds, Theodore Ts'o.
index 9c10262f2469ff821a5796e1772ebb4a379af5bb..34b51c651192e8d81a6c9c9453c4a206a3405a20 100644 (file)
@@ -1,6 +1,4 @@
 /*
- *  linux/drivers/serial/8250_accent.c
- *
  *  Copyright (C) 2005 Russell King.
  *  Data taken from include/asm-i386/serial.h
  *
index 3bfe0f7b26fbaaeda1e6430a659388d6275a61b5..d125dc107985b28f59bb302a636a3e3aa3cc2028 100644 (file)
@@ -1,6 +1,4 @@
 /*
- *  linux/drivers/serial/8250_boca.c
- *
  *  Copyright (C) 2005 Russell King.
  *  Data taken from include/asm-i386/serial.h
  *
index 567143ace1596f52b00eeb624724281e2e78f6fe..bf53aabf9b5e34919c9967f6d7e94106b04738b1 100644 (file)
@@ -1,6 +1,4 @@
 /*
- *  linux/drivers/serial/8250_exar.c
- *
  *  Written by Paul B Schroeder < pschroeder "at" uplogix "dot" com >
  *  Based on 8250_boca.
  *
index 6375d68b791318eba0d1de0c9791995e0e1d6df2..be1582609626b433739f15879c8697fe97e9b07d 100644 (file)
@@ -1,6 +1,4 @@
 /*
- *  linux/drivers/serial/8250_fourport.c
- *
  *  Copyright (C) 2005 Russell King.
  *  Data taken from include/asm-i386/serial.h
  *
index 7609150e7d5eeec1da05fed57c97fac82d60ce9f..a5c778e83de054d7e35c57c65b0921319e905e75 100644 (file)
@@ -1,6 +1,4 @@
 /*
- *  linux/drivers/serial/8250_hub6.c
- *
  *  Copyright (C) 2005 Russell King.
  *  Data taken from include/asm-i386/serial.h
  *
index d10be944ad44478818eff256d3254a0c12404c77..d20abf04541e5f43c608ba4ec53d8ef9f9033a38 100644 (file)
@@ -1,6 +1,4 @@
 /*
- *  linux/drivers/serial/8250_mca.c
- *
  *  Copyright (C) 2005 Russell King.
  *  Data taken from include/asm-i386/serial.h
  *
index 738cec9807d35f4d968e50ea2a8db681ac3a8799..98311ac815c72cdea01dabee92dad5498be60eec 100644 (file)
@@ -1,6 +1,4 @@
 /*
- *  linux/drivers/char/8250_pci.c
- *
  *  Probe module for 8250/16550-type PCI serial ports.
  *
  *  Based on drivers/char/serial.c, by Linus Torvalds, Theodore Ts'o.
index 4822cb50cd0f0176f4bd1c1370297c67ef5591a3..fc301f6722e1bf4d2e9788f01e702cee6e711ddd 100644 (file)
@@ -1,6 +1,4 @@
 /*
- *  linux/drivers/char/8250_pnp.c
- *
  *  Probe module for 8250/16550-type ISAPNP serial ports.
  *
  *  Based on drivers/char/serial.c, by Linus Torvalds, Theodore Ts'o.
index d742dd2c525c1191f96290ef8897c36ac932d4b9..c0d10c4ddb7355422f0bb426e296e167663fac0b 100644 (file)
@@ -1,6 +1,4 @@
 /*
- *  linux/drivers/char/amba.c
- *
  *  Driver for AMBA serial ports
  *
  *  Based on drivers/char/serial.c, by Linus Torvalds, Theodore Ts'o.
index 6deee4e546be580d298c828ceea0b9c3b56f9e19..8dc0541feecc18c2c185cead4394f5357d25eee1 100644 (file)
@@ -1,6 +1,4 @@
 /*
- *  linux/drivers/char/amba.c
- *
  *  Driver for AMBA serial ports
  *
  *  Based on drivers/char/serial.c, by Linus Torvalds, Theodore Ts'o.
index f119d1761106a6b56e9e9ae348d29f9ed9b6762a..652bdac8ce8ec4a56e9cb99506d0d61744c9661b 100644 (file)
@@ -1,6 +1,4 @@
 /*
- *  linux/drivers/char/atmel_serial.c
- *
  *  Driver for Atmel AT91 / AT32 Serial ports
  *  Copyright (C) 2003 Rick Bronson
  *
index b6acd19b458e91b08f973d438cf45506e5dc1270..e6c3dbd781d61fd21e9dcafd3d85c1a0799f1f66 100644 (file)
@@ -1,6 +1,4 @@
 /*
- *  linux/drivers/char/clps711x.c
- *
  *  Driver for CLPS711x serial ports
  *
  *  Based on drivers/char/serial.c, by Linus Torvalds, Theodore Ts'o.
index b754dcf0fda5317624da6804dee392fa3b487a9a..cf34d26ff6cdd642849fe61ae0f60af71ed04f94 100644 (file)
@@ -1,6 +1,4 @@
 /*
- *  linux/drivers/serial/cpm_uart.h
- *
  *  Driver for CPM (SCC/SMC) serial ports
  *
  *  Copyright (C) 2004 Freescale Semiconductor, Inc.
index a9a6a5fd169ecfac48d6311be190ff6655a7b718..9488da74d4f717dc885ff928105aab467777e833 100644 (file)
@@ -1,6 +1,4 @@
 /*
- *  linux/drivers/serial/cpm_uart.c
- *
  *  Driver for CPM (SCC/SMC) serial ports; core driver
  *
  *  Based on arch/ppc/cpm2_io/uart.c by Dan Malek
index 3fc1d66e32c651cbcca46808a4aa1fac7ba9ca85..18f79575894a2c036f8eace28a8aa8d70924ee56 100644 (file)
@@ -1,6 +1,4 @@
 /*
- *  linux/drivers/serial/cpm_uart.c
- *
  *  Driver for CPM (SCC/SMC) serial ports; CPM1 definitions
  *
  *  Maintainer: Kumar Gala (galak@kernel.crashing.org) (CPM2)
index 10eecd6af6d4e913adb7563351131f68525744be..60c7e94cde1e2eee65afdf65e5c2f62448291a1d 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * linux/drivers/serial/cpm_uart/cpm_uart_cpm1.h
- *
  * Driver for CPM (SCC/SMC) serial ports
  *
  * definitions for cpm1
index 814ac006393fabac29f97d0f3cb129fe125f1ee3..a4927e66e7418de329f930bad1d50afe8fbf93d1 100644 (file)
@@ -1,6 +1,4 @@
 /*
- *  linux/drivers/serial/cpm_uart_cpm2.c
- *
  *  Driver for CPM (SCC/SMC) serial ports; CPM2 definitions
  *
  *  Maintainer: Kumar Gala (galak@kernel.crashing.org) (CPM2)
index 7194c63dcf5f0d436f834394829d8e62268ba682..51e651a699389b0d9dcc4b9be230f46cf986a18a 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * linux/drivers/serial/cpm_uart/cpm_uart_cpm2.h
- *
  * Driver for CPM (SCC/SMC) serial ports
  *
  * definitions for cpm2
index cb36b0d4ef3c8305aa7b4aaa0abb543b0b752dd8..df6828654f48a32951cb6cdc3bb1b3f3e3712288 100644 (file)
@@ -1,6 +1,4 @@
 /*
- *  linux/drivers/serial/imx.c
- *
  *  Driver for Motorola IMX serial ports
  *
  *  Based on drivers/char/serial.c, by Linus Torvalds, Theodore Ts'o.
index bfee9b4c66611045132893e1efcb6e8a8a925714..e6ba83876508e9318843757b15f3b3cba4e77f1c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * drivers/serial/msm_serial.c - driver for msm7k serial device and console
+ * Driver for msm7k serial device and console
  *
  * Copyright (C) 2007 Google, Inc.
  * Author: Robert Love <rlove@google.com>
index 9b8dc5d0d85546e70aa978dc4381fea752f07812..e4acef5de77ef82f01d45add56d8646d8ba2f50d 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * drivers/serial/msm_serial.h
- *
  * Copyright (C) 2007 Google, Inc.
  * Author: Robert Love <rlove@google.com>
  * Copyright (c) 2011, Code Aurora Forum. All rights reserved.
index beeff1e86093b220c6d4712f5f97e62deefc179a..4f41dcdcb7719767a790f7bc98f654a3895ead38 100644 (file)
@@ -1,5 +1,4 @@
-/* drivers/tty/serial/msm_smd_tty.c
- *
+/*
  * Copyright (C) 2007 Google, Inc.
  * Copyright (c) 2011, Code Aurora Forum. All rights reserved.
  * Author: Brian Swetland <swetland@google.com>
index 7735c9f35fa09e6d9732f5ee4b84cee1c6b89ea9..d40da78e7c8513fb7fc8f1064ffda22e5827280e 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * drivers/serial/netx-serial.c
- *
  * Copyright (c) 2005 Sascha Hauer <s.hauer@pengutronix.de>, Pengutronix
  *
  * This program is free software; you can redistribute it and/or modify
index e1c8d4f1ce587dafe85febe3a70cd3b44f387545..5acd24a27d087fd510e84b514c19c35c6de40ab1 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * linux/drivers/serial/pmac_zilog.c
- * 
  * Driver for PowerMac Z85c30 based ESCC cell found in the
  * "macio" ASICs of various PowerMac models
  * 
index 1102a39b44f5497c4daf4512123ba49fbeb9cf54..4302e6e3768e504d76f63d2be40198195c303290 100644 (file)
@@ -1,6 +1,4 @@
 /*
- *  linux/drivers/serial/pxa.c
- *
  *  Based on drivers/serial/8250.c by Russell King.
  *
  *  Author:    Nicolas Pitre
index fed1a9a1ffb4e7db9aedae7ff0b498ed933e27f7..d13051b3df87e1d0bcb11e36f5729354f52d0160 100644 (file)
@@ -1,5 +1,4 @@
-/* linux/drivers/serial/s3c240.c
- *
+/*
  * Driver for Samsung SoC onboard UARTs.
  *
  * Ben Dooks, Copyright (c) 2003-2005 Simtec Electronics
index 73f089d3efd66225bef4af3fb94b56530de93c84..bffe6ff9b1589d5d7a35bb5726d2476f2a5dead5 100644 (file)
@@ -1,5 +1,4 @@
-/* linux/drivers/serial/s3c2410.c
- *
+/*
  * Driver for Samsung S3C2410 SoC onboard UARTs.
  *
  * Ben Dooks, Copyright (c) 2003-2008 Simtec Electronics
index 1700b1a2fb7e03cf6c6a2b9fa600a240f9e632f5..7e2b9504a68732c73c645f564b39bc77436b37b6 100644 (file)
@@ -1,5 +1,4 @@
-/* linux/drivers/serial/s3c2412.c
- *
+/*
  * Driver for Samsung S3C2412 and S3C2413 SoC onboard UARTs.
  *
  * Ben Dooks, Copyright (c) 2003-2008 Simtec Electronics
index 094cc3904b1385b8265ceb05b81bdf241577ea48..9e10d415d5fd2c90e3cfe778fb2e64d598887fcc 100644 (file)
@@ -1,5 +1,4 @@
-/* linux/drivers/serial/s3c2440.c
- *
+/*
  * Driver for Samsung S3C2440 and S3C2442 SoC onboard UARTs.
  *
  * Ben Dooks, Copyright (c) 2003-2008 Simtec Electronics
index fad6083ca42716af9e1ad615862928dc2d767e10..914eff22e499394f337936745a35239718d9f7c1 100644 (file)
@@ -1,5 +1,4 @@
-/* linux/drivers/serial/s3c24a0.c
- *
+/*
  * Driver for Samsung S3C24A0 SoC onboard UARTs.
  *
  * Based on drivers/serial/s3c2410.c
index 4be92ab50058284f0cf823bf4ed4ab10b5c80be9..ded26c42ff37e4260c2911d72d66ff3477d2e016 100644 (file)
@@ -1,5 +1,4 @@
-/* linux/drivers/serial/s3c6400.c
- *
+/*
  * Driver for Samsung S3C6400 and S3C6410 SoC onboard UARTs.
  *
  * Copyright 2008 Openmoko,  Inc.
index 6ebccd70a7073d0e56e098b7598fa11e02a9bd10..fb2619f93d84e25424dc551def7a33ae56710041 100644 (file)
@@ -1,5 +1,4 @@
-/* linux/drivers/serial/s5pv210.c
- *
+/*
  * Copyright (c) 2010 Samsung Electronics Co., Ltd.
  *             http://www.samsung.com/
  *
index 2199d819a9870b2d8d52d4ab8bb6ae6832d56c00..ef7a21a6a01b1997702c49a7559b13f03007c0d7 100644 (file)
@@ -1,6 +1,4 @@
 /*
- *  linux/drivers/char/sa1100.c
- *
  *  Driver for SA11x0 serial ports
  *
  *  Based on drivers/char/serial.c, by Linus Torvalds, Theodore Ts'o.
index 9e2fa8d784e2aff4f33f12264ddb408441e82fe0..f66f6482930363a9cbd2b69af11588021970cbfe 100644 (file)
@@ -1,5 +1,4 @@
-/* linux/drivers/serial/samsuing.c
- *
+/*
  * Driver core for Samsung SoC onboard UARTs.
  *
  * Ben Dooks, Copyright (c) 2003-2008 Simtec Electronics
index 0ac06a07d25ffd4b41010bcba9448588d1fa6e19..5b098cd7604096af3dc3f9992b424d11055911f2 100644 (file)
@@ -1,5 +1,4 @@
-/* linux/drivers/serial/samsung.h
- *
+/*
  * Driver for Samsung SoC onboard UARTs.
  *
  * Ben Dooks, Copyright (c) 2003-2008 Simtec Electronics
index 602d9845c52ffa97c00951ad395e504af602cf83..ea2340b814e9392e2c5d1e693e1a14bbbd4b694f 100644 (file)
@@ -1,6 +1,4 @@
 /*
- *     drivers/serial/sb1250-duart.c
- *
  *     Support for the asynchronous serial interface (DUART) included
  *     in the BCM1250 and derived System-On-a-Chip (SOC) devices.
  *
index d4bd465c4c41ea18574327c4b8f2547cf28452f3..1d7aedca05b5ffc3a317f7bf3458cb11e33e5613 100644 (file)
@@ -1,6 +1,4 @@
 /*
- *  linux/drivers/char/core.c
- *
  *  Driver core for serial ports
  *
  *  Based on drivers/char/serial.c, by Linus Torvalds, Theodore Ts'o.
index b1962025b1aa7f79a381a58bd1d2ce56909ab180..2430319f2f52eb2301cbfc3991e310c1a9e0ecbd 100644 (file)
@@ -1,6 +1,4 @@
 /*
- *  drivers/serial/serial_ks8695.c
- *
  *  Driver for KS8695 serial ports
  *
  *  Based on drivers/serial/serial_amba.c, by Kam Lee.
index c50e9fbbf743cbf5aa98f164afc759fd305e46d4..8e3fc1944e6d9fc671ccb3150532d74be3bc1f6d 100644 (file)
@@ -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.
index 920a6f929c8b62ec1dab5dff99f9b11bf044e39b..f35b8fb94b8383aceded2aaa983a75edee39126c 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * drivers/serial/sh-sci.c
- *
  * SuperH on-chip serial module support.  (SCI with no FIFO / with FIFO)
  *
  *  Copyright (C) 2002 - 2011  Paul Mundt
index 322bf56c0d89ded465510a5a22a5f73b62b7a3e9..37fc4e3d487c5f0ce53da3df7e59781134ef875a 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * drivers/serial/vt8500_serial.c
- *
  * Copyright (C) 2010 Alexey Charkov <alchark@gmail.com>
  *
  * Based on msm_serial.c, which is:
index 27da23d98e3f25f13b3a169ef78dbd20b79151d7..272e417a9b0d0620be9311307033ba607a48572f 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * linux/drivers/char/synclink.c
- *
  * $Id: synclink.c,v 4.38 2005/11/07 16:30:34 paulkf Exp $
  *
  * Device driver for Microgate SyncLink ISA and PCI
index 55bb456e8f1c6a1aebae19e8232baddcd0c96f64..3f4ad988543022c3f291ad58d73b246ed8872e6f 100644 (file)
@@ -1,6 +1,4 @@
 /*
- *  linux/drivers/char/tty_io.c
- *
  *  Copyright (C) 1991, 1992  Linus Torvalds
  */
 
index 21574cb32343d43797f3f67ca01a2c134736d537..ef44ddcb1376dbbede1f926951226dd303c2d822 100644 (file)
@@ -1,6 +1,4 @@
 /*
- *  linux/drivers/char/tty_ioctl.c
- *
  *  Copyright (C) 1991, 1992, 1993, 1994  Linus Torvalds
  *
  * Modified by Fred N. van Kempen, 01/29/93, to add line disciplines
index 133697540c738441d6b92f6e2ebf72b0622baae6..3b2bb77194423fa3c3967f21916d64bd94513584 100644 (file)
@@ -1,6 +1,3 @@
-/*
- * drivers/char/tty_lock.c
- */
 #include <linux/tty.h>
 #include <linux/module.h>
 #include <linux/kallsyms.h>
index d6b342b5b423ce69fc989cdf3593fa892d7f9167..3761ccf0f34081f889b32e49010ca8bdf310173c 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * linux/drivers/char/keyboard.c
- *
  * Written for linux by Johan Myreen as a translation from
  * the assembly version by Linus (with diacriticals added)
  *
index adf0ad2a8851a66b477538b7ac8d28df8956676a..fb864e7fcd13f684e30108a02189f6b99c9315fc 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * linux/drivers/char/selection.c
- *
  * This module exports the functions:
  *
  *     'int set_selection(struct tiocl_selection __user *, struct tty_struct *)'
index 1564261e80c8d729f41f9b682504b521178e43ea..66825c9f516a2a871c5908d4d9da40aa48431270 100644 (file)
@@ -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)
index f287dca0d9d9d03b1f96b8e67424f5346510d1dd..a48da20630607cf88d8f2bd8f780955a842fc771 100644 (file)
@@ -1,6 +1,4 @@
 /*
- *  linux/drivers/char/vt.c
- *
  *  Copyright (C) 1991, 1992  Linus Torvalds
  */
 
index 54851544d7c0c28ef32f53fb903caf617689b59e..5e096f43bceaceb056098d69227d937501ef27bf 100644 (file)
@@ -1,6 +1,4 @@
 /*
- *  linux/drivers/char/vt_ioctl.c
- *
  *  Copyright (C) 1992 obz under the linux copyright
  *
  *  Dynamic diacritical handling - aeb@cwi.nl - Dec 1993