Koen Vandeputte
d382756b85
ath79: mikrotik: fix build error with kernel 6.1
drivers/mfd/rb4xx-cpld.c:167:19: error: initialization of 'void (*)(struct spi_device *)' from incompatible pointer type 'int (*)(struct spi_device *)' [-Werror=incompatible-pointer-types]
167 | .remove = rb4xx_cpld_remove,
| ^~~~~~~~~~~~~~~~~
drivers/mfd/rb4xx-cpld.c:167:19: note: (near initialization for 'rb4xx_cpld_driver.remove')
cc1: some warnings being treated as errors
make[8]: *** [scripts/Makefile.build:250: drivers/mfd/rb4xx-cpld.o] Error 1
make[7]: *** [scripts/Makefile.build:500: drivers/mfd] Error 2
make[6]: *** [scripts/Makefile.build:500: drivers] Error 2
make[5]: *** [Makefile:2012: .] Error 2
As the allocated function does nothing, simply delete it.
Signed-off-by: Koen Vandeputte <koen.vandeputte@citymesh.com>
2023-10-06 21:53:13 +02:00
..
2023-08-09 22:06:24 +02:00
2023-09-23 13:10:28 +02:00
2023-10-05 21:57:17 +02:00
2023-08-09 22:06:24 +02:00
2023-10-06 21:53:13 +02:00
2023-09-23 13:10:28 +02:00
2023-10-04 21:03:12 +02:00
2023-09-23 13:10:28 +02:00
2023-08-09 22:06:24 +02:00
2023-10-04 21:03:12 +02:00
2023-09-23 13:10:28 +02:00
2023-10-04 15:01:29 +02:00
2023-10-06 21:52:41 +02:00
2023-06-16 09:45:38 +02:00
2023-10-02 19:03:30 +02:00
2023-10-05 12:40:34 +02:00
2023-08-09 22:06:24 +02:00
2023-08-28 16:35:22 +01:00
2023-07-08 16:54:01 +02:00
2023-10-05 20:40:12 +02:00
2023-09-27 23:13:36 +02:00
2023-09-19 12:12:17 +02:00
2023-07-01 12:54:30 +02:00
2023-08-09 22:06:24 +02:00
2023-07-30 18:02:47 +02:00
2023-10-04 21:03:12 +02:00
2023-09-20 14:13:00 +02:00
2023-09-24 13:09:16 +02:00
2023-09-27 00:10:16 +02:00
2023-10-04 14:18:25 +02:00
2023-09-05 00:20:51 +05:30
2023-09-28 14:04:54 +02:00
2023-09-24 18:16:40 +02:00
2023-09-23 13:10:28 +02:00
2023-09-25 18:11:20 +02:00