aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2007-06-27 00:19:08 -0500
committerKumar Gala <galak@kernel.crashing.org>2007-06-29 01:58:34 -0500
commitbf440b712d289b157c72f19b389b8d918a8c8c5c (patch)
tree0d5691906049781e17fd3c2ae0a420e6b37443e0 /include
parent[POWERPC] Merge asm-ppc/pci-bridge.h into asm-power/pci-bridge.h (diff)
downloadlinux-dev-bf440b712d289b157c72f19b389b8d918a8c8c5c.tar.xz
linux-dev-bf440b712d289b157c72f19b389b8d918a8c8c5c.zip
[POWERPC] Remove local_number from pci_controller
We never actually read local_number so lets just remove it. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include')
-rw-r--r--include/asm-powerpc/pci-bridge.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-powerpc/pci-bridge.h b/include/asm-powerpc/pci-bridge.h
index b0325931c324..229ead98ed12 100644
--- a/include/asm-powerpc/pci-bridge.h
+++ b/include/asm-powerpc/pci-bridge.h
@@ -146,7 +146,6 @@ struct pci_controller {
struct resource io_resource;
struct resource mem_resources[3];
int global_number;
- int local_number;
unsigned long buid;
unsigned long dma_window_base_cur;
unsigned long dma_window_size;