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


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

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM