ath25: Remove virt_to_phys() from Ethernet driver
authorHauke Mehrtens <hauke@hauke-m.de>
Thu, 18 May 2023 14:17:58 +0000 (16:17 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Fri, 19 May 2023 09:59:04 +0000 (11:59 +0200)
commit13656378e94a5f0e148a7726818fdaa4ccb231e0
tree96e4f45af1c7fdb76ef9dff96ac26694dc3c8ab9
parenta665c8e5bd31df6db232ceb4df8bc77481fc1413
ath25: Remove virt_to_phys() from Ethernet driver

Instead of defining an own virt_to_phys() use the version from the
generic MIPS arch code which does the same.
This fixes a compile warning.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/ath25/patches-5.15/110-ar2313_ethernet.patch
target/linux/ath25/patches-5.15/220-enet_micrel_workaround.patch