]> Pileus Git - ~andy/linux/commitdiff
sparc32: Kill sbus_is_slave().
authorDavid S. Miller <davem@davemloft.net>
Wed, 27 Aug 2008 11:18:55 +0000 (04:18 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 Aug 2008 09:15:19 +0000 (02:15 -0700)
Unused.

Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/include/asm/sbus_32.h

index 99f79e4a709418544f6a6b2a14b32a4a69bc8a6f..d960f3e61ec626b40831644b2c266d7e067bca0e 100644 (file)
@@ -41,13 +41,6 @@ struct sbus_bus {
 };
 #define to_sbus(d) container_of(d, struct sbus_bus, ofdev.dev)
 
-static inline int
-sbus_is_slave(struct sbus_dev *dev)
-{
-       /* XXX Have to write this for sun4c's */
-       return 0;
-}
-
 /* These yield IOMMU mappings in consistent mode. */
 void prom_adjust_ranges(struct linux_prom_ranges *, int,
                        struct linux_prom_ranges *, int);