projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6e5f66
)
sparc32: Kill sbus_is_slave().
author
David S. Miller
<davem@davemloft.net>
Wed, 27 Aug 2008 11:18:55 +0000
(
04:18
-0700)
committer
David 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
patch
|
blob
|
history
diff --git
a/arch/sparc/include/asm/sbus_32.h
b/arch/sparc/include/asm/sbus_32.h
index
99f79e4
..
d960f3e
100644
(file)
--- a/
arch/sparc/include/asm/sbus_32.h
+++ b/
arch/sparc/include/asm/sbus_32.h
@@
-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);