[POWERPC] Remove unneeded variable declarations from mpc837x_mds

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linux Kernel Mailing List
Date: Wednesday, January 30, 2008 - 8:03 pm

Gitweb:     http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9e0fd5...
Commit:     9e0fd5f06cbdb3bb47ce54bdbfa43257e6b2b789
Parent:     e3e414bcc2e994f98ca647f16fb31799570dc574
Author:     Josh Boyer <jwboyer@linux.vnet.ibm.com>
AuthorDate: Mon Dec 24 09:01:11 2007 -0600
Committer:  Josh Boyer <jwboyer@linux.vnet.ibm.com>
CommitDate: Mon Dec 24 09:01:11 2007 -0600

    [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>
---
 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 166c111..9cdc32b 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
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[POWERPC] Remove unneeded variable declarations from mpc83 ..., Linux Kernel Mailing ..., (Wed Jan 30, 8:03 pm)