mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-25 05:01:00 -05: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>