diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c
index e4548ab2a93c1d148f8100262671a6ad4a04f52a..15beaf48407fb76404e4021387264a79732e442d 100644
--- a/drivers/pci/pci.c
+++ b/drivers/pci/pci.c
@@ -1,6 +1,4 @@
 /*
- *	$Id: pci.c,v 1.91 1999/01/21 13:34:01 davem Exp $
- *
  *	PCI Bus Services, see include/linux/pci.h for further explanation.
  *
  *	Copyright 1993 -- 1997 Drew Eckhardt, Frederic Potter,
diff --git a/drivers/pci/proc.c b/drivers/pci/proc.c
index 95eb083287934641b4c8054a4b7a766c9a3751db..4400dffbd93a853310855cd441cf7f5293e8c091 100644
--- a/drivers/pci/proc.c
+++ b/drivers/pci/proc.c
@@ -1,6 +1,4 @@
 /*
- *	$Id: proc.c,v 1.13 1998/05/12 07:36:07 mj Exp $
- *
  *	Procfs interface for the PCI bus.
  *
  *	Copyright (c) 1997--1999 Martin Mares <mj@ucw.cz>