diff options
author | David S. Miller <davem@davemloft.net> | 2008-08-28 02:45:20 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-08-29 09:15:22 (GMT) |
commit | 47a2d7288538e7f334a0be318317b138f0e3dfbe (patch) | |
tree | 81541129d0916dc521f4bbce39fd240ce879b3c5 /arch/sparc/include | |
parent | 046e26a8ba10b8ceff822f8d91451ab6c1e08c4e (diff) | |
download | linux-fsl-qoriq-47a2d7288538e7f334a0be318317b138f0e3dfbe.tar.xz |
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 2348ab9..71ada52 100644 --- a/arch/sparc/include/asm/of_platform.h +++ b/arch/sparc/include/asm/of_platform.h @@ -14,7 +14,6 @@ */ extern struct bus_type ebus_bus_type; -extern struct bus_type sbus_bus_type; #define of_bus_type of_platform_bus_type /* for compatibility */ |