Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c9bb6003 authored by David S. Miller's avatar David S. Miller
Browse files

of: Fix comment, sparc no longer uses of_device objects on special busses.



It only uses of_platform_bus_type.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 86821d18
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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
{