diff options
author | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2007-12-24 10:01:11 -0500 |
---|---|---|
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2007-12-24 10:01:11 -0500 |
commit | 9e0fd5f06cbdb3bb47ce54bdbfa43257e6b2b789 (patch) | |
tree | 4a9be98e197ecf7391800644af8f8592c54cb19f /arch/powerpc/platforms | |
parent | e3e414bcc2e994f98ca647f16fb31799570dc574 (diff) |
[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 <jwboyer@linux.vnet.ibm.com>
Diffstat (limited to 'arch/powerpc/platforms')
-rw-r--r-- | arch/powerpc/platforms/83xx/mpc837x_mds.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/powerpc/platforms/83xx/mpc837x_mds.c b/arch/powerpc/platforms/83xx/mpc837x_mds.c index 166c1116b1ac..9cdc32b4fa18 100644 --- a/arch/powerpc/platforms/83xx/mpc837x_mds.c +++ b/arch/powerpc/platforms/83xx/mpc837x_mds.c | |||
@@ -22,11 +22,6 @@ | |||
22 | 22 | ||
23 | #include "mpc83xx.h" | 23 | #include "mpc83xx.h" |
24 | 24 | ||
25 | #ifndef CONFIG_PCI | ||
26 | unsigned long isa_io_base = 0; | ||
27 | unsigned long isa_mem_base = 0; | ||
28 | #endif | ||
29 | |||
30 | /* ************************************************************************ | 25 | /* ************************************************************************ |
31 | * | 26 | * |
32 | * Setup the architecture | 27 | * Setup the architecture |