mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
This fixes the following build problem:
```
/drivers/net/wireless/ralink/rt2x00/rt2800soc.c:276:27: error: initialization of 'int (*)(struct platform_device *)' from incompatible pointer type 'void (*)(struct platform_device *)' [-Werror=incompatible-pointer-types]
276 | .remove = rt2x00soc_remove,
| ^~~~~~~~~~~~~~~~
```
Fixes:
|
||
|---|---|---|
| .. | ||
| ath | ||
| ath5k | ||
| ath9k | ||
| ath10k | ||
| ath11k | ||
| ath12k | ||
| brcm | ||
| build | ||
| mt7601u | ||
| mwl | ||
| rt2x00 | ||
| rtl | ||
| subsys | ||