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

 

相关文章:

  • 2021-11-30
  • 2022-01-02
  • 2021-11-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-10-22
  • 2022-01-29
  • 2022-12-23
  • 2022-12-23
  • 2021-10-24
  • 2022-12-23
相关资源
相似解决方案