of: include errno.h
authorKalle Valo <kvalo@qca.qualcomm.com>
Thu, 6 Oct 2011 12:40:44 +0000 (15:40 +0300)
committerGrant Likely <grant.likely@secretlab.ca>
Sat, 29 Oct 2011 10:49:40 +0000 (12:49 +0200)
commite51130c0f5e5ca2f5b669ca6759e0ae1aa197b63
treef2160b4248909def62b33c24f1d1c1863781a9ce
parentec7ae517537ae5c7b0b2cd7f562dfa3e7a05b954
of: include errno.h

When compiling ath6kl for beagleboard (omap2plus_defconfig plus
CONFIG_ATH6KL, CONFIG_OF disable) with current linux-next compilation
fails:

include/linux/of.h:269: error: 'ENOSYS' undeclared (first use in this function)
include/linux/of.h:276: error: 'ENOSYS' undeclared (first use in this function)
include/linux/of.h:289: error: 'ENOSYS' undeclared (first use in this function)

Fix this by including errno.h from of.h.

Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
include/linux/of.h