openwrt/package/kernel/lantiq
Aleksander Jan Bajkowski 1b846fe208 kernel: ltq-adsl: fix compilation warning on 6.6
Fix compilation warning:
./include/linux/export.h:29:22: error: passing argument 1 of 'class_create' from incompatible pointer type [-Werror=incompatible-pointer-types]
   29 | #define THIS_MODULE (&__this_module)
      |                     ~^~~~~~~~~~~~~~~
      |                      |
      |                      struct module *
/home/aleksander/workspace/openwrt/build_dir/target-mips_24kc_musl/linux-lantiq_xway/ltq-dsl-ar9/drv_dsl_cpe_api-3.24.4.4/src/common/drv_dsl_cpe_os_linux.c:1105:29: note: in expansion of macro 'THIS_MODULE'
 1105 |    dsl_class = class_create(THIS_MODULE, "dsl_cpe_api");
      |                             ^~~~~~~~~~~
In file included from ./include/linux/device.h:31,
                 from ./include/linux/platform_device.h:13,
                 from ./include/linux/of_device.h:5,
                 from ./include/linux/of_platform.h:10,
                 from /home/aleksander/workspace/openwrt/build_dir/target-mips_24kc_musl/linux-lantiq_xway/ltq-dsl-ar9/drv_dsl_cpe_api-3.24.4.4/src/common/drv_dsl_cpe_os_linux.c:15:
./include/linux/device/class.h:230:54: note: expected 'const char *' but argument is of type 'struct module *'
  230 | struct class * __must_check class_create(const char *name);
      |                                          ~~~~~~~~~~~~^~~~
/home/aleksander/workspace/openwrt/build_dir/target-mips_24kc_musl/linux-lantiq_xway/ltq-dsl-ar9/drv_dsl_cpe_api-3.24.4.4/src/common/drv_dsl_cpe_os_linux.c:1105:16: error: too many arguments to function 'class_>
 1105 |    dsl_class = class_create(THIS_MODULE, "dsl_cpe_api");
      |                ^~~~~~~~~~~~
./include/linux/device/class.h:230:29: note: declared here
  230 | struct class * __must_check class_create(const char *name);
      |                             ^~~~~~~~~~~~
cc1: all warnings being treated as errors

Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
2024-06-14 14:32:28 +02:00
..
ltq-adsl kernel: ltq-adsl: fix compilation warning on 6.6 2024-06-14 14:32:28 +02:00
ltq-adsl-fw
ltq-adsl-mei kernel: ltq-adsl-mei: fix compilation warning on 6.6 2024-06-14 14:32:28 +02:00
ltq-atm lantiq: ltq-atm: use platform_get_irq to get irqs 2024-05-15 08:54:58 +02:00
ltq-deu kernel: ltq-deu: fix compilation with linux 6.6 2024-06-08 23:25:35 +02:00
ltq-ifxos
ltq-ptm packages: refresh patches 2024-05-31 11:30:06 +02:00
ltq-tapi packages: refresh patches 2024-05-31 11:30:06 +02:00
ltq-vdsl-fw
ltq-vdsl-vr9 kernel: ltq-vdsl-vr9: fix compilation with linux 6.6 2024-06-08 23:25:35 +02:00
ltq-vdsl-vr9-mei kernel: ltq-vdsl-vr9-mei: fix compilation with linux 6.6 2024-06-08 23:25:35 +02:00
ltq-vdsl-vr11 packages: refresh patches 2024-05-31 11:30:06 +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 kernel: ltq-vectoring: Avoid flush_scheduled_work() usage 2024-06-08 23:25:35 +02:00
ltq-vmmc lantiq: ltq-vmmc: get irqs from kernel-in-tree vmmc driver 2024-05-15 08:54:58 +02:00
vrx518_ep
vrx518_tc