diff options
author | David S. Miller <davem@davemloft.net> | 2008-08-27 22:45:20 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-08-29 05:15:22 -0400 |
commit | 47a2d7288538e7f334a0be318317b138f0e3dfbe (patch) | |
tree | 81541129d0916dc521f4bbce39fd240ce879b3c5 /arch/sparc/include | |
parent | 046e26a8ba10b8ceff822f8d91451ab6c1e08c4e (diff) |
sparc: Kill sbus_bus_type.
No longer used.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/include')
-rw-r--r-- | arch/sparc/include/asm/of_platform.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sparc/include/asm/of_platform.h b/arch/sparc/include/asm/of_platform.h index 2348ab90a57c..71ada5238b97 100644 --- a/arch/sparc/include/asm/of_platform.h +++ b/arch/sparc/include/asm/of_platform.h | |||
@@ -14,7 +14,6 @@ | |||
14 | */ | 14 | */ |
15 | 15 | ||
16 | extern struct bus_type ebus_bus_type; | 16 | extern struct bus_type ebus_bus_type; |
17 | extern struct bus_type sbus_bus_type; | ||
18 | 17 | ||
19 | #define of_bus_type of_platform_bus_type /* for compatibility */ | 18 | #define of_bus_type of_platform_bus_type /* for compatibility */ |
20 | 19 | ||