diff options
Diffstat (limited to 'include/asm-sparc/of_device.h')
-rw-r--r-- | include/asm-sparc/of_device.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-sparc/of_device.h b/include/asm-sparc/of_device.h index b625261c9ec7..fd8e95743139 100644 --- a/include/asm-sparc/of_device.h +++ b/include/asm-sparc/of_device.h | |||
@@ -9,7 +9,8 @@ | |||
9 | 9 | ||
10 | extern struct bus_type ebus_bus_type; | 10 | extern struct bus_type ebus_bus_type; |
11 | extern struct bus_type sbus_bus_type; | 11 | extern struct bus_type sbus_bus_type; |
12 | extern struct bus_type of_bus_type; | 12 | extern struct bus_type of_platform_bus_type; |
13 | #define of_bus_type of_platform_bus_type /* for compatibility */ | ||
13 | 14 | ||
14 | /* | 15 | /* |
15 | * The of_device is a kind of "base class" that is a superset of | 16 | * The of_device is a kind of "base class" that is a superset of |