您的位置:首页 > 其它

error: 'ENOSYS' undeclared (first use in this function)

2017-09-15 15:38 399 查看
/************************************************************************
*     error: 'ENOSYS' undeclared (first use in this function)
* 说明:
*     编译mt7601u驱动的时候遇到的编译错误。
*
*                                      2017-9-15 深圳 龙华樟坑村 曾剑锋
***********************************************************************/

一、参考文档:
[PATCH] of: include errno.h https://lists.gt.net/linux/kernel/1447672 
二、解决办法:
include/linux/of.h中添加#include <linux/errno.h>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐