commit | 4e13c252276d3aa56f028cada2bd7cb41694d03f | [log] [tgz] |
---|---|---|
author | Wolfram Sang <wsa+renesas@sang-engineering.com> | Sun Oct 21 22:00:17 2018 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sun Oct 21 21:10:12 2018 -0700 |
tree | f599b21e9bc2a45cb72d09c60e1e3fde39989221 | |
parent | 9dd8360c763af52a8c6357f509c9a700ea3fc0bf [diff] |
net: ethernet: ti: cpsw: simplify getting .driver_data We should get 'driver_data' from 'struct device' directly. Going via platform_device is an unneeded step back and forth. Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Signed-off-by: David S. Miller <davem@davemloft.net>