patch-2.4.20 linux-2.4.20/arch/ppc/kernel/indirect_pci.c

Next file: linux-2.4.20/arch/ppc/kernel/irq.c
Previous file: linux-2.4.20/arch/ppc/kernel/idle_6xx.S
Back to the patch index
Back to the overall index

diff -urN linux-2.4.19/arch/ppc/kernel/indirect_pci.c linux-2.4.20/arch/ppc/kernel/indirect_pci.c
@@ -1,5 +1,5 @@
 /*
- * BK Id: SCCS/s.indirect_pci.c 1.10 09/08/01 15:47:42 paulus
+ * BK Id: %F% %I% %G% %U% %#%
  */
 /*
  * Support for indirect PCI bridges.
@@ -24,8 +24,6 @@
 #include <asm/pci-bridge.h>
 #include <asm/machdep.h>
 
-#include "pci.h"
-
 #define cfg_read(val, addr, type, op)	*val = op((type)(addr))
 #define cfg_write(val, addr, type, op)	op((type *)(addr), (val))
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)