From b67b2671c2b7fe3fd33481f820efd9de17ed4ab7 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Wed, 10 Jul 2013 09:27:06 +0200 Subject: treewide: Add missing includes A lot of files rely on include/driver.h including include/of.h (and this including include/errno.h. include the files explicitly so we can eventually get rid of including of.h from driver.h Signed-off-by: Sascha Hauer --- common/misc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'common/misc.c') diff --git a/common/misc.c b/common/misc.c index f73f4cfe99..65f3306bee 100644 --- a/common/misc.c +++ b/common/misc.c @@ -22,6 +22,7 @@ #include #include #include +#include int errno; EXPORT_SYMBOL(errno); -- cgit v1.2.3