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)
committerPetr Štetiar <ynezz@true.cz>
Mon, 12 Jun 2023 20:10:12 +0000 (22:10 +0200)
commitfc87a8f2ec51f9d2c839b8ed537b339e2fcc7eb9
tree49636f6d5ec211833dc0a10d0f9e888fc5f9c00d
parentb1114c1a7a2b3ea2602d30d116cd6d72483659a2
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>
(cherry picked from commit effccdd444a956afc5493ef8f1c79a7e7ffa8490)
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