MLK-21052-04 net: phy: at803x: Fix build failure by removing gpiod_reset again
authorLeonard Crestez <leonard.crestez@nxp.com>
Wed, 27 Feb 2019 19:35:38 +0000 (21:35 +0200)
committerLeonard Crestez <leonard.crestez@nxp.com>
Wed, 17 Apr 2019 23:51:34 +0000 (02:51 +0300)
commit3bf376b012a5f393523cc91b628757d93da7237f
tree682b5efe03d132882af1bc9c268b250d0565b9d9
parent269a6e5cd183ac04f27f9fef89ebb3ff6fdf34ba
MLK-21052-04 net: phy: at803x: Fix build failure by removing gpiod_reset again

Upstream removed this in commit bafbdd527d56 ("phylib: Add device reset
GPIO support") but it was added by mistake while backporting in a way
that breaks arm64 build.

Fixes: 0c27b23fd1b1 ("MLK-15309-01 net: phy: at803x: add EEE mode, 1.8V IO, led_act blinding workaround support")

This phy driver is used on imx8 mek boards.

Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>
drivers/net/phy/at803x.c