Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

pcmcia: remove CVS keywords

This patch removes CVS keywords that weren't updated for a long time
from comments.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>

authored by

Adrian Bunk and committed by
Dominik Brodowski
f36fe2b9 14540c6d

-6
-2
drivers/pcmcia/hd64465_ss.c
··· 1 1 /* 2 - * $Id: hd64465_ss.c,v 1.7 2003/07/06 14:42:50 lethal Exp $ 3 - * 4 2 * Device driver for the PCMCIA controller module of the 5 3 * Hitachi HD64465 handheld companion chip. 6 4 *
-2
drivers/pcmcia/i82092.c
··· 5 5 * 6 6 * Author: Arjan Van De Ven <arjanv@redhat.com> 7 7 * Loosly based on i82365.c from the pcmcia-cs package 8 - * 9 - * $Id: i82092aa.c,v 1.2 2001/10/23 14:43:34 arjanv Exp $ 10 8 */ 11 9 12 10 #include <linux/kernel.h>
-2
drivers/pcmcia/i82092aa.h
··· 3 3 4 4 #include <linux/interrupt.h> 5 5 6 - /* $Id: i82092aa.h,v 1.1.1.1 2001/09/19 14:53:15 dwmw2 Exp $ */ 7 - 8 6 /* Debuging defines */ 9 7 #ifdef NOTRACE 10 8 #define enter(x) printk("Enter: %s, %s line %i\n",x,__FILE__,__LINE__)