dt: include linux/errno.h in linux/of_address.h
authorGrant Likely <grant.likely@secretlab.ca>
Wed, 6 Jul 2011 05:42:37 +0000 (23:42 -0600)
committerGrant Likely <grant.likely@secretlab.ca>
Mon, 18 Jul 2011 22:37:45 +0000 (16:37 -0600)
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 <grant.likely@secretlab.ca>

No differences found