openwrt/target/linux/mediatek/patches-5.4
Yong-hyu, Ban 8fdf77878f mediatek: fix compile error caused by upstreamed mtk_m32 function
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: faf668be35 ("kernel: bump 5.4 to 5.4.34")
Signed-off-by: Yong-hyu, Ban <perillamint@quendi.moe>
2020-04-27 22:32:07 +02:00
..
0001-v5.7-spi-make-spi-max-frequency-optional.patch mediatek: backport spi-mem based mtk spinor driver 2020-03-21 12:58:29 +08:00
0002-v5.7-spi-add-support-for-mediatek-spi-nor-controller.patch mediatek: backport spi-mem based mtk spinor driver 2020-03-21 12:58:29 +08:00
0003-switch-add-mt7531.patch kernel: bump 5.4 to 5.4.24 2020-03-09 20:43:53 +01:00
0005-dts-mt7622-add-gsw.patch kernel: bump 5.4 to 5.4.24 2020-03-09 20:43:53 +01:00
0005-dts-mt7629-add-gsw.patch kernel: bump 5.4 to 5.4.24 2020-03-09 20:43:53 +01:00
0006-dts-fix-bpi2-console.patch kernel: bump 5.4 to 5.4.24 2020-03-09 20:43:53 +01:00
0006-dts-fix-bpi64-console.patch kernel: bump 5.4 to 5.4.24 2020-03-09 20:43:53 +01:00
0010-dts-mt7629-rfb-fix-firmware-partition.patch mediatek: mt7629: fix firmware partition 2020-03-21 12:58:29 +08:00
0227-arm-dts-Add-Unielec-U7623-DTS.patch kernel: bump 5.4 to 5.4.24 2020-03-09 20:43:53 +01:00
0301-mtd-mtk-ecc-move-mtk-ecc-header-file-to-include-mtd.patch kernel: bump 5.4 to 5.4.31 2020-04-09 00:12:46 +02:00
0303-mtd-spinand-disable-on-die-ECC.patch kernel: bump 5.4 to 5.4.31 2020-04-09 00:12:46 +02:00
0306-spi-spi-mem-MediaTek-Add-SPI-NAND-Flash-interface-dr.patch kernel: bump 5.4 to 5.4.31 2020-04-09 00:12:46 +02:00
0307-dts-mt7629-add-snand-support.patch kernel: bump 5.4 to 5.4.31 2020-04-09 00:12:46 +02:00
0308-dts-mt7622-add-snand-support.patch kernel: bump 5.4 to 5.4.31 2020-04-09 00:12:46 +02:00
0310-dts-add-wmac-support-for-mt7622-rfb1.patch kernel: bump 5.4 to 5.4.31 2020-04-09 00:12:46 +02:00
0400-eth-fix-rx-vlan-hw-offload.patch kernel: bump 5.4 to 5.4.34 2020-04-21 22:16:33 +02:00
0401-eth-fix-eth1-tx-timeout.patch kernel: bump 5.4 to 5.4.34 2020-04-21 22:16:33 +02:00
0900-bt-mtk-serial-fix.patch kernel: bump 5.4 to 5.4.31 2020-04-09 00:12:46 +02:00
0990-gsw-rtl8367s-mt7622-support.patch kernel: bump 5.4 to 5.4.31 2020-04-09 00:12:46 +02:00
0999-hnat.patch mediatek: fix compile error caused by upstreamed mtk_m32 function 2020-04-27 22:32:07 +02:00