diff options
author | Robert Reif <reif@earthlink.net> | 2007-08-10 15:52:06 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2007-08-10 15:52:06 -0700 |
commit | 3ac4c949e02f26be1e4378f9acfb07ec87db947b (patch) | |
tree | b22c949a7c20ae61f34cc6a12a240dbf600b1f2f /include/asm-sparc/sbus.h | |
parent | ac07860264bd2b18834d3fa3be47032115524cea (diff) | |
download | linux-3.10-3ac4c949e02f26be1e4378f9acfb07ec87db947b.tar.gz linux-3.10-3ac4c949e02f26be1e4378f9acfb07ec87db947b.tar.bz2 linux-3.10-3ac4c949e02f26be1e4378f9acfb07ec87db947b.zip |
[SPARC32]: Remove iommu from struct sbus_bus and use archdata like sparc64.
Signed-off-by: Robert Reif <reif@earthlink.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/asm-sparc/sbus.h')
-rw-r--r-- | include/asm-sparc/sbus.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-sparc/sbus.h b/include/asm-sparc/sbus.h index d036e4419d7..27d076c4696 100644 --- a/include/asm-sparc/sbus.h +++ b/include/asm-sparc/sbus.h @@ -68,7 +68,6 @@ struct sbus_dev { /* This struct describes the SBus(s) found on this machine. */ struct sbus_bus { struct of_device ofdev; - void *iommu; /* Opaque IOMMU cookie */ struct sbus_dev *devices; /* Link to devices on this SBus */ struct sbus_bus *next; /* next SBus, if more than one SBus */ int prom_node; /* PROM device tree node for this SBus */ |