Update of /cvsroot/gc-linux/linux/arch/ppc/platforms
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18748
Modified Files:
gamecube.c
Log Message:
Drop the fake PCI global variables.
They became obsolete when asm/io.h was fixed.
Index: gamecube.c
===================================================================
RCS file: /cvsroot/gc-linux/linux/arch/ppc/platforms/gamecube.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- gamecube.c 13 Mar 2005 21:51:39 -0000 1.32
+++ gamecube.c 24 Jun 2005 10:57:34 -0000 1.33
@@ -26,14 +26,6 @@
#include "gamecube.h"
-/*
- * We happen to be ISA/PCI-free, hence !CONFIG_PCI. These
- * are only here to avoid the accompanying compile breakage.
- */
-unsigned long isa_io_base = 0;
-unsigned long isa_mem_base = 0;
-unsigned long pci_dram_offset = 0;
-
static unsigned long gamecube_find_end_of_memory(void)
{
|