ImmortalWrt/package/kernel/lantiq
Daniel Golle 000d25c312 kernel: ltq-vmmc: fix compilation warning/error
Fix compilation warning enum-int-mismatch which results in failure to
build kmod-ltq-vmmc in case CONFIG_KERNEL_WERROR is set.
.../build_dir/target-mips_24kc_musl/linux-lantiq_xrx200/drv_vmmc-1.9.0/src/mps/drv_mps_vmmc_common.c:392:14: error: conflicting types for 'ifx_mps_fastbuf_init' due to enum/integer mismatch; have 'IFX_return_t(void)' [-Werror=enum-int-mismatch]
  392 | IFX_return_t ifx_mps_fastbuf_init (IFX_void_t)
      |              ^~~~~~~~~~~~~~~~~~~~
.../build_dir/target-mips_24kc_musl/linux-lantiq_xrx200/drv_vmmc-1.9.0/src/mps/drv_mps_vmmc_common.c:120:13: note: previous declaration of 'ifx_mps_fastbuf_init' with type 'IFX_int32_t(void)' {aka 'int(void)'}
  120 | IFX_int32_t ifx_mps_fastbuf_init (IFX_void_t);
      |             ^~~~~~~~~~~~~~~~~~~~
.../build_dir/target-mips_24kc_musl/linux-lantiq_xrx200/drv_vmmc-1.9.0/src/mps/drv_mps_vmmc_common.c:420:14: error: conflicting types for 'ifx_mps_fastbuf_close' due to enum/integer mismatch; have 'IFX_return_t(void)' [-Werror=enum-int-mismatch]
  420 | IFX_return_t ifx_mps_fastbuf_close (IFX_void_t)
      |              ^~~~~~~~~~~~~~~~~~~~~
.../build_dir/target-mips_24kc_musl/linux-lantiq_xrx200/drv_vmmc-1.9.0/src/mps/drv_mps_vmmc_common.c:121:13: note: previous declaration of 'ifx_mps_fastbuf_close' with type 'IFX_int32_t(void)' {aka 'int(void)'}
  121 | IFX_int32_t ifx_mps_fastbuf_close (IFX_void_t);
      |             ^~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors

Refresh patches and bump PKG_RELEASE while at it.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2024-04-04 15:12:45 +01:00
..
ltq-adsl kernel: ltq-adsl: add patch fixing compilation warning 2023-05-12 03:15:45 +02:00
ltq-adsl-fw ltq-adsl(-fw): Makefile clean-up and fixes 2020-04-24 17:59:22 +02:00
ltq-adsl-mei kernel: ltq-adsl-mei: fix compilation warning for copy_from_user ret 2023-05-12 03:15:43 +02:00
ltq-atm kernel: ltq-atm: add patch fixing compilation warning for ltq_atm 2023-05-12 03:15:46 +02:00
ltq-deu treewide: replace AUTORELEASE with real PKG_RELEASE 2023-05-18 11:35:29 +02:00
ltq-ifxos ltq-ifxos: fix compilation error with kernel 6.1 2023-08-27 19:26:53 +02:00
ltq-ptm kernel: ltq-ptm: do not write directly to dev->addr 2023-06-06 20:10:34 +02:00
ltq-tapi kernel: ltq-tapi: add patch fixing compilation warning 2023-05-12 03:15:46 +02:00
ltq-vdsl-fw ltq-vdsl-fw: fix firmware installer 2022-08-26 22:32:47 +01:00
ltq-vdsl-vr9 kernel: ltq-vdsl-vr9: fix multiple compilation warning 2023-05-14 02:42:53 +02:00
ltq-vdsl-vr9-mei kernel: ltq-vdsl-vr9-mei: fix compilation warning 2023-05-14 02:42:53 +02:00
ltq-vdsl-vr11 ltq-vdsl-vr11: add patch fixing compilation with kernel 6.6 2024-04-02 23:45:22 +02:00
ltq-vdsl-vr11-mei ltq-vdsl-vr11-mei: add patch fixing compilation with kernel 6.6 2024-04-02 23:45:22 +02:00
ltq-vectoring treewide: replace AUTORELEASE with real PKG_RELEASE 2023-05-18 11:35:29 +02:00
ltq-vmmc kernel: ltq-vmmc: fix compilation warning/error 2024-04-04 15:12:45 +01:00
vrx518_ep vrx518_ep: fix compilation error with kernel 6.1 2023-08-27 19:26:53 +02:00
vrx518_tc vrx518_tc: fix compilation error with kernel 6.1 2023-08-27 19:26:53 +02:00