]> git.karo-electronics.de Git - karo-tx-linux.git/commit
dt: include linux/errno.h in linux/of_address.h
authorGrant Likely <grant.likely@secretlab.ca>
Tue, 14 Jun 2011 17:08:07 +0000 (11:08 -0600)
committerGrant Likely <grant.likely@secretlab.ca>
Tue, 14 Jun 2011 17:11:15 +0000 (11:11 -0600)
commit35d2045f6a73b57287df8c1f226bb0113d9339f1
tree88de21aa2f9139d2abb539efc0d3d6db34946737
parent2c53b436a30867eb6b47dd7bab23ba638d1fb0d2
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 <grant.likely@secretlab.ca>
include/linux/of_address.h