mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-27 07:31:13 +01:00
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>