]> git.ipfire.org Git - thirdparty/openwrt.git/commit
lantiq: add the missing function pointer ltq_pci_plat_dev_init
authorShiji Yang <yangshiji66@outlook.com>
Tue, 27 May 2025 14:23:39 +0000 (22:23 +0800)
committerDaniel Golle <daniel@makrotopia.org>
Fri, 18 Jul 2025 11:31:00 +0000 (12:31 +0100)
commit8d45c6d9d2d21c7eb58227c8f8c463d3c7e0e71a
treeac9b13a8e8a236d68707e49b2517820edc6ef4fb
parenta86c31926740261c55f2e2753c183d3dd897a549
lantiq: add the missing function pointer ltq_pci_plat_dev_init

Partial revert upstream commit 075dd2eef025 ("MIPS: lantiq: Remove
unused function pointer variables") to fix the build error:

mips-openwrt-linux-musl-ld: arch/mips/lantiq/xway/ath5k_eep.o: in function `of_ath5k_eeprom_probe':
arch/mips/lantiq/xway/ath5k_eep.c:(.init.text+0x31c): undefined reference to `ltq_pci_plat_dev_init'
mips-openwrt-linux-musl-ld: arch/mips/lantiq/xway/ath5k_eep.c:(.init.text+0x338): undefined reference to `ltq_pci_plat_dev_init'

Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
lantiq: fix vmmc driver build warnings
target/linux/lantiq/patches-6.12/035-owrt-lantiq-wifi-and-ethernet-eeprom-handling.patch