From: Grant Likely Date: Wed, 6 Jul 2011 05:42:37 +0000 (-0600) Subject: dt: include linux/errno.h in linux/of_address.h X-Git-Tag: v3.1-rc1~311^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99ce39e359fa29e4b609a6a13485e7573eda5dfb;p=pandora-kernel.git dt: include linux/errno.h in linux/of_address.h of_address.h makes reference to some of the error code #defines, so it needs to include errno.h. If CONFIG_PCI is not selected, then some files will fail to compile. Signed-off-by: Grant Likely --- Reading git-diff-tree failed