diff options
author | David S. Miller <davem@davemloft.net> | 2008-10-30 02:46:09 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-12-04 12:16:45 -0500 |
commit | c9bb6003dd096ad190e1594a7d835ae1c39fae8f (patch) | |
tree | ff7a50bb850ffc845eefc2c2ef6abdd6d8f5348f /include/linux/of_platform.h | |
parent | 86821d18f9d8fd42fa3180ad3703d491aecc52d9 (diff) |
of: Fix comment, sparc no longer uses of_device objects on special busses.
It only uses of_platform_bus_type.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/of_platform.h')
-rw-r--r-- | include/linux/of_platform.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/of_platform.h b/include/linux/of_platform.h index a8efcfeea732..3d327b67d7e2 100644 --- a/include/linux/of_platform.h +++ b/include/linux/of_platform.h | |||
@@ -26,8 +26,7 @@ extern struct bus_type of_platform_bus_type; | |||
26 | 26 | ||
27 | /* | 27 | /* |
28 | * An of_platform_driver driver is attached to a basic of_device on | 28 | * An of_platform_driver driver is attached to a basic of_device on |
29 | * the "platform bus" (of_platform_bus_type) (or ISA, EBUS and SBUS | 29 | * the "platform bus" (of_platform_bus_type). |
30 | * busses on sparc). | ||
31 | */ | 30 | */ |
32 | struct of_platform_driver | 31 | struct of_platform_driver |
33 | { | 32 | { |