Oopenvela-robotfix the compilation error
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
fix the compilation error usbdev/rndis.c: In function 'rndis_allocnetreq': usbdev/rndis.c:761:10: error: implicit declaration of function 'nxmutex_lock'; did you mean 'net_mutex_lock'? [-Werror=implicit-function-declaration] 761 | while (nxmutex_lock(&priv->lock) < 0); | ^~~~~~~~~~~~ | net_mutex_lock usbdev/rndis.c:767:7: error: implicit declaration of function 'nxmutex_unlock' [-Werror=implicit-function-declaration] 767 | nxmutex_unlock(&priv->lock); | ^~~~~~~~~~~~~~ usbdev/rndis.c: In function 'usbclass_classobject': usbdev/rndis.c:2890:3: error: implicit declaration of function 'nxmutex_init'; did you mean 'nxsem_init'? [-Werror=implicit-function-declaration] 2890 | nxmutex_init(&priv->lock); | ^~~~~~~~~~~~ | nxsem_init usbdev/rndis.c: In function 'usbclass_uninitialize': usbdev/rndis.c:2939:3: error: implicit declaration of function 'nxmutex_destroy'; did you mean 'nxsem_destroy'? [-Werror=implicit-function-declaration] 2939 | nxmutex_destroy(&drvr->dev->lock); | ^~~~~~~~~~~~~~~ | nxsem_destroy cc1: all warnings being treated as errors Signed-off-by: v-tangmeng <v-tangmeng@xiaomi.com> | 2 个月前 | |
drivers: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> | 2 个月前 | |
Revert "support realtek wifi driver" This reverts commit b6a8fb2694fa6023778a5e981e2680ea6f0ad51b. Reason for revert: build error when partner does not have drivers/wireless/ieee80211/realtek/ soruce. Should move to its own boards drivers patch | 2 个月前 | |
drivers: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> | 2 个月前 |