mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 00:41:17 +00:00
8fdf77878f
This fixes following compile error:
```
CC drivers/net/ethernet/mediatek/mtk_eth_soc.o
drivers/net/ethernet/mediatek/mtk_eth_soc.c:70:5: error: conflicting types for 'mtk_m32'
u32 mtk_m32(struct mtk_eth *eth, u32 mask, u32 set, unsigned reg)
^~~~~~~
In file included from drivers/net/ethernet/mediatek/mtk_eth_soc.c:25:
drivers/net/ethernet/mediatek/mtk_eth_soc.h:964:6: note: previous declaration of 'mtk_m32' was here
void mtk_m32(struct mtk_eth *eth, u32 clear, u32 set, unsigned reg);
^~~~~~~
```
which caused by 5.4.34 mainlining of mtk_m32 function.
Fixes:
|
||
---|---|---|
.. | ||
0001-v5.7-spi-make-spi-max-frequency-optional.patch | ||
0002-v5.7-spi-add-support-for-mediatek-spi-nor-controller.patch | ||
0003-switch-add-mt7531.patch | ||
0005-dts-mt7622-add-gsw.patch | ||
0005-dts-mt7629-add-gsw.patch | ||
0006-dts-fix-bpi2-console.patch | ||
0006-dts-fix-bpi64-console.patch | ||
0010-dts-mt7629-rfb-fix-firmware-partition.patch | ||
0227-arm-dts-Add-Unielec-U7623-DTS.patch | ||
0301-mtd-mtk-ecc-move-mtk-ecc-header-file-to-include-mtd.patch | ||
0303-mtd-spinand-disable-on-die-ECC.patch | ||
0306-spi-spi-mem-MediaTek-Add-SPI-NAND-Flash-interface-dr.patch | ||
0307-dts-mt7629-add-snand-support.patch | ||
0308-dts-mt7622-add-snand-support.patch | ||
0310-dts-add-wmac-support-for-mt7622-rfb1.patch | ||
0400-eth-fix-rx-vlan-hw-offload.patch | ||
0401-eth-fix-eth1-tx-timeout.patch | ||
0900-bt-mtk-serial-fix.patch | ||
0990-gsw-rtl8367s-mt7622-support.patch | ||
0999-hnat.patch |