commit | f42d4e765a21709db2b7375d6784b7b26fc88082 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@gmail.com> | Thu Aug 16 14:37:03 2018 +0200 |
committer | Marek Vasut <marex@denx.de> | Tue Aug 28 11:00:18 2018 +0200 |
tree | e9fb2451e969e32a1f7e3b49cd98334cf3ee5ae9 | |
parent | 4745a2b1c553bee0d02ff0c8c4945dfccbd37a28 [diff] |
phy: Fix warning due to missing definition of structure Fix this sort of warning if generic-phy.h is included: include/generic-phy.h:52:42: warning: ‘struct ofnode_phandle_args’ declared inside parameter list will not be visible outside of this definition or declaration int (*of_xlate)(struct phy *phy, struct ofnode_phandle_args *args); Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>