From 9e0fd5f06cbdb3bb47ce54bdbfa43257e6b2b789 Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Mon, 24 Dec 2007 09:01:11 -0600 Subject: [PATCH] [POWERPC] Remove unneeded variable declarations from mpc837x_mds Remove the declarations for isa_io_base and isa_mem_base as they are declared in pci-common.c now. Signed-off-by: Josh Boyer --- arch/powerpc/platforms/83xx/mpc837x_mds.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/arch/powerpc/platforms/83xx/mpc837x_mds.c b/arch/powerpc/platforms/83xx/mpc837x_mds.c index 166c1116b1a..9cdc32b4fa1 100644 --- a/arch/powerpc/platforms/83xx/mpc837x_mds.c +++ b/arch/powerpc/platforms/83xx/mpc837x_mds.c @@ -22,11 +22,6 @@ #include "mpc83xx.h" -#ifndef CONFIG_PCI -unsigned long isa_io_base = 0; -unsigned long isa_mem_base = 0; -#endif - /* ************************************************************************ * * Setup the architecture -- 2.46.0