码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2017-09-15 16:40:42      阅读:201      评论:0      收藏:0      [点我收藏+]

标签:function   linu   his   解决   lists   添加   span   编译   cti   

/************************************************************************
 *     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> 

 

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

标签:function   linu   his   解决   lists   添加   span   编译   cti   

原文地址:http://www.cnblogs.com/zengjfgit/p/7526742.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!