generic: b53: rename exported symbols to avoid upstream conflict
authorRobert Marko <robimarko@gmail.com>
Fri, 2 Jun 2023 10:27:19 +0000 (12:27 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Fri, 2 Jun 2023 19:20:53 +0000 (21:20 +0200)
commiteffccdd444a956afc5493ef8f1c79a7e7ffa8490
tree2bad89f178754f71e1bc21fda2b04dbcbccee82d
parent3886ea9b87c416c080078603fedea95bcc144442
generic: b53: rename exported symbols to avoid upstream conflict

Upstream DSA driver is exporting symbols with the same name as our
downstream swconfig driver, so lets rename the downstream symbols to make
them unique and avoid the conflict on 6.1 kernel.

Without this change, building 6.1 with kmod-switch-bcm53xx would conflict
with the B53 DSA driver and CI would fail.

Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/generic/files/drivers/net/phy/b53/b53_common.c
target/linux/generic/files/drivers/net/phy/b53/b53_mdio.c
target/linux/generic/files/drivers/net/phy/b53/b53_mmap.c
target/linux/generic/files/drivers/net/phy/b53/b53_priv.h
target/linux/generic/files/drivers/net/phy/b53/b53_spi.c
target/linux/generic/files/drivers/net/phy/b53/b53_srab.c