aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sparc64
diff options
context:
space:
mode:
authorDavid S. Miller <davem@sunset.davemloft.net>2007-02-28 18:01:38 -0800
committerDavid S. Miller <davem@sunset.davemloft.net>2007-04-26 01:55:05 -0700
commitdeb66c4521e119442aa266553e8cbfc86eb71232 (patch)
treec98485097187792065b9f2968d9b6fc0e6ca3fae /include/asm-sparc64
parent[SPARC64] ebus: Convert to use pci_device_to_OF_node(). (diff)
downloadlinux-dev-deb66c4521e119442aa266553e8cbfc86eb71232.tar.xz
linux-dev-deb66c4521e119442aa266553e8cbfc86eb71232.zip
[SPARC64] isa: Convert to use pci_device_to_OF_node().
Also, do not try to compute resources by hand, instead use the pre-computed ones in the of_device. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/asm-sparc64')
-rw-r--r--include/asm-sparc64/isa.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-sparc64/isa.h b/include/asm-sparc64/isa.h
index d9728b9031fc..ecd9290f78d4 100644
--- a/include/asm-sparc64/isa.h
+++ b/include/asm-sparc64/isa.h
@@ -7,7 +7,6 @@
#ifndef __SPARC64_ISA_H
#define __SPARC64_ISA_H
-#include <asm/pbm.h>
#include <asm/oplib.h>
#include <asm/prom.h>
#include <asm/of_device.h>
@@ -29,7 +28,6 @@ struct sparc_isa_bridge {
struct of_device ofdev;
struct sparc_isa_bridge *next;
struct sparc_isa_device *devices;
- struct pci_pbm_info *parent;
struct pci_dev *self;
int index;
struct device_node *prom_node;