]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
commit99ce39e359fa29e4b609a6a13485e7573eda5dfb
tree16ef77877ebc3027ed68fb4672e16a0d8a50668b
parent90e33f62e027d330485d03598e1b2d8db3ff031c
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