summaryrefslogtreecommitdiffstats
path: root/drivers/of
diff options
context:
space:
mode:
authorArnd Bergmann2016-05-02 12:59:19 +0200
committerRob Herring2016-05-02 16:00:56 +0200
commit011d6f5c3e5f38a767c8f4c7e2de73dc91959cb0 (patch)
tree4b0cd1f944e2bf98d07d39314bb68d59590cce10 /drivers/of
parentof: document refcount incrementation of of_get_cpu_node() (diff)
downloadkernel-qcow2-linux-011d6f5c3e5f38a767c8f4c7e2de73dc91959cb0.tar.gz
kernel-qcow2-linux-011d6f5c3e5f38a767c8f4c7e2de73dc91959cb0.tar.xz
kernel-qcow2-linux-011d6f5c3e5f38a767c8f4c7e2de73dc91959cb0.zip
of: include errno.h in of_graph.h
When CONFIG_OF is disabled, we have to include linux/errno.h before including of_graph.h, or get build errors like in the newly added sun4i drm driver: In file included from ../drivers/gpu/drm/sun4i/sun4i_drv.c:14:0: include/linux/of_graph.h: In function 'of_graph_parse_endpoint': include/linux/of_graph.h:58:10: error: 'ENOSYS' undeclared (first use in this function) A better solution is to ensure that the header can be included by itself, so let's include linux/errno.h here to fix the error we just got, and any similar future error. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Fixes: 9026e0d122ac ("drm: Add Allwinner A10 Display Engine support") Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'drivers/of')
0 files changed, 0 insertions, 0 deletions