net: dwc_eth_qos: Add eqos_get_enetaddr callback for tegra186
authorPatrice Chotard <patrice.chotard@foss.st.com>
Tue, 2 Aug 2022 08:55:25 +0000 (10:55 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 8 Aug 2022 15:37:57 +0000 (11:37 -0400)
commitacce23b8af7091354d3701638b4d06489e7c766c
tree438da0471f11f74a078b2ee8401ee35e261ae59c
parentdd8c3136aa8abb61281cc32f1ce19e1f84a66922
net: dwc_eth_qos: Add eqos_get_enetaddr callback for tegra186

Add .eqos_get_enetaddr callback defined as eqos_null_ops() to avoid
illegal access.

Fixes: a624251461bf ("net: dwc_eth_qos: introduce eqos hook eqos_get_enetaddr")

Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
drivers/net/dwc_eth_qos.c