Skip to content

Commit

Permalink
of: Fix comment, sparc no longer uses of_device objects on special bu…
Browse files Browse the repository at this point in the history
…sses.

It only uses of_platform_bus_type.

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Dec 4, 2008
1 parent 86821d1 commit c9bb600
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/linux/of_platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit c9bb600

Please sign in to comment.