diff options
author | David S. Miller <davem@davemloft.net> | 2008-07-30 02:47:17 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-07-30 02:47:17 -0400 |
commit | 71fc324b5beded4d55dc67fd39aab8b78c6898cb (patch) | |
tree | d34c81c1b889a2621c95753a7b56ebdcf0b40481 /arch/sparc | |
parent | 17b6f586b8e27914b36c9ed7f3e4d289e6274a80 (diff) |
sparc64: Kill isa_bus_type.
I forgot to delete this when I removed the ISA bus layer
from the sparc ports.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc')
-rw-r--r-- | arch/sparc/include/asm/of_platform_64.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sparc/include/asm/of_platform_64.h b/arch/sparc/include/asm/of_platform_64.h index 4f66a5f6342d..ccaa33c10752 100644 --- a/arch/sparc/include/asm/of_platform_64.h +++ b/arch/sparc/include/asm/of_platform_64.h | |||
@@ -16,7 +16,6 @@ | |||
16 | /* This is just here during the transition */ | 16 | /* This is just here during the transition */ |
17 | #include <linux/of_platform.h> | 17 | #include <linux/of_platform.h> |
18 | 18 | ||
19 | extern struct bus_type isa_bus_type; | ||
20 | extern struct bus_type ebus_bus_type; | 19 | extern struct bus_type ebus_bus_type; |
21 | extern struct bus_type sbus_bus_type; | 20 | extern struct bus_type sbus_bus_type; |
22 | 21 | ||