Re: [PATCH net-next 4/4] net: dsa: lan9303: MDIO access phy registers directly
From: Egil Hjelmeland <hidden>
Date: 2017-07-28 16:24:50
Also in:
lkml
From: Egil Hjelmeland <hidden>
Date: 2017-07-28 16:24:50
Also in:
lkml
Den 28. juli 2017 17:39, skrev Vivien Didelot:
Hi Egil, Egil Hjelmeland [off-list ref] writes:quoted
+const struct lan9303_phy_ops lan9303_indirect_phy_ops = { + .phy_read = lan9303_indirect_phy_read, + .phy_write = lan9303_indirect_phy_write, +}; +EXPORT_SYMBOL(lan9303_indirect_phy_ops);Isn't EXPORT_SYMBOL_GPL prefered over EXPORT_SYMBOL? Thanks, Vivien
I have no opinion. I just used the same variant as the other EXPORTS in the file. Egil