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>