在驱动时出现module license 'unspecified' taints kernel,要加入MODULE_LICENSE("GPL");就不会出现这个错误。
module license 'unspecified' taints kernel解决
最新推荐文章于 2024-03-04 22:47:43 发布
在驱动开发中遇到modulelicense'unspecified'taintskernel错误时,通过加入MODULE_LICENSE(GPL)可以有效解决该问题。

1015

被折叠的 条评论
为什么被折叠?



