diff options
-rw-r--r-- | arch/sparc/include/asm/sbus_32.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/sparc/include/asm/sbus_32.h b/arch/sparc/include/asm/sbus_32.h index 99f79e4a7094..d960f3e61ec6 100644 --- a/arch/sparc/include/asm/sbus_32.h +++ b/arch/sparc/include/asm/sbus_32.h | |||
@@ -41,13 +41,6 @@ struct sbus_bus { | |||
41 | }; | 41 | }; |
42 | #define to_sbus(d) container_of(d, struct sbus_bus, ofdev.dev) | 42 | #define to_sbus(d) container_of(d, struct sbus_bus, ofdev.dev) |
43 | 43 | ||
44 | static inline int | ||
45 | sbus_is_slave(struct sbus_dev *dev) | ||
46 | { | ||
47 | /* XXX Have to write this for sun4c's */ | ||
48 | return 0; | ||
49 | } | ||
50 | |||
51 | /* These yield IOMMU mappings in consistent mode. */ | 44 | /* These yield IOMMU mappings in consistent mode. */ |
52 | void prom_adjust_ranges(struct linux_prom_ranges *, int, | 45 | void prom_adjust_ranges(struct linux_prom_ranges *, int, |
53 | struct linux_prom_ranges *, int); | 46 | struct linux_prom_ranges *, int); |