From: Sangwook Lee Date: Wed, 26 Oct 2011 15:28:38 +0000 (+0100) Subject: ath6kl: Fix compilation error from of.h X-Git-Tag: v3.3-rc1~182^2~261^2~200^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7830202c3ae934e2b978b750656626b203decb4;p=pandora-kernel.git ath6kl: Fix compilation error from of.h When compiling ath6kl for ARM with device tree tree compilation fails with errors like: include/linux/of.h: In function 'of_property_read_u32_array': include/linux/of.h:249:10: error: 'ENOSYS' undeclared Workaround this by including errno.h from init.c. kvalo: improved commit log Signed-off-by: Sangwook Lee Signed-off-by: Kalle Valo --- Reading git-diff-tree failed