Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d0a99402 authored by Paul Gortmaker's avatar Paul Gortmaker
Browse files

of: fix implicit use of errno.h in include/linux/of.h



It shows up as a build failure on MIPS, as it is used in
three of_property function stubs.

include/linux/of.h:275: error: 'ENOSYS' undeclared (first use in this function)
include/linux/of.h:282: error: 'ENOSYS' undeclared (first use in this function)
include/linux/of.h:295: error: 'ENOSYS' undeclared (first use in this function)

Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent 7755c471
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -23,6 +23,7 @@
#include <linux/spinlock.h>
#include <linux/spinlock.h>


#include <asm/byteorder.h>
#include <asm/byteorder.h>
#include <asm/errno.h>


typedef u32 phandle;
typedef u32 phandle;
typedef u32 ihandle;
typedef u32 ihandle;