From: Pavel Roskin <proski@gnu.org>

I get a compile error when I define "DEBUG" in arch/i386/pci/pci.h.  Variable
rt is not defined in sis_router_probe(), file arch/i386/pci/irq.c.


---

 25-akpm/arch/i386/pci/irq.c |    2 --
 1 files changed, 2 deletions(-)

diff -puN arch/i386/pci/irq.c~pci-debug-compile-fix-in-sis_router_probe arch/i386/pci/irq.c
--- 25/arch/i386/pci/irq.c~pci-debug-compile-fix-in-sis_router_probe	Tue May 11 17:28:56 2004
+++ 25-akpm/arch/i386/pci/irq.c	Tue May 11 17:28:56 2004
@@ -540,8 +540,6 @@ static __init int sis_router_probe(struc
 	r->name = "SIS";
 	r->get = pirq_sis_get;
 	r->set = pirq_sis_set;
-	DBG("PCI: Detecting SiS router at %02x:%02x\n",
-	    rt->rtr_bus, rt->rtr_devfn);
 	return 1;
 }
 

_