diff options
author | David S. Miller <davem@davemloft.net> | 2008-10-29 23:46:09 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-12-04 09:16:45 -0800 |
commit | c9bb6003dd096ad190e1594a7d835ae1c39fae8f (patch) | |
tree | ff7a50bb850ffc845eefc2c2ef6abdd6d8f5348f /include | |
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')
-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 a8efcfeea73..3d327b67d7e 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; /* * An of_platform_driver driver is attached to a basic of_device on - * the "platform bus" (of_platform_bus_type) (or ISA, EBUS and SBUS - * busses on sparc). + * the "platform bus" (of_platform_bus_type). */ struct of_platform_driver { |