commit | f7830202c3ae934e2b978b750656626b203decb4 | [log] [tgz] |
---|---|---|
author | Sangwook Lee <sangwook.lee@linaro.org> | Wed Oct 26 16:28:38 2011 +0100 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Fri Nov 11 12:58:55 2011 +0200 |
tree | e6d78df16663f63eb1cfb33337127611bd5e3365 | |
parent | a24fc7c35324618ce5fe9c54baa4bc9a3881cc86 [diff] |
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 <sangwook.lee@linaro.org> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>