ath79: 5.15: fix not exported sym ath79_pll_base
authorLuiz Angelo Daros de Luca <luizluca@gmail.com>
Fri, 9 Jun 2023 11:52:32 +0000 (08:52 -0300)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 25 Jun 2023 11:05:39 +0000 (13:05 +0200)
commite95c772894fbc69ea4574c047a22f57388465ccf
tree41d7468671d9f0d16bca52352440d111803c6966
parent5d1cb52da062f75d34b77b7d02e5101ab13397ac
ath79: 5.15: fix not exported sym ath79_pll_base

ath79_pll_base was declared as extern but no code exported it.
Anyone including arch/mips/include/asm/mach-ath79/ath79.h and compiled
as a module would break with:

ERROR: modpost: "ath79_pll_base" [drivers/net/ethernet/atheros/ag71xx/ag71xx.ko] undefined!

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
target/linux/ath79/patches-5.15/0041-MIPS-ath79-common-exports.patch [new file with mode: 0644]