Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information