kernel: leds-ws2812b: fix build with Linux >= 5.18
authorDaniel Golle <daniel@makrotopia.org>
Sat, 8 Jul 2023 13:46:18 +0000 (14:46 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Sat, 8 Jul 2023 14:10:12 +0000 (15:10 +0100)
commit0f9e8baa9ec38288c587893667ac4d103ccd7bfe
treeb5311b850690ccd318abc8b42e2479e34585d735
parent6b52a9b7520e6982c4876d792b10ad8771dc7f1b
kernel: leds-ws2812b: fix build with Linux >= 5.18

The return value of the .remove function pointer has changed from
int to void with Linux 5.18. Use a precompiler macro to allow building
the leds-ws2812b module with both, Linux 5.15 and Linux 6.1.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
package/kernel/leds-ws2812b/src/leds-ws2812b.c