Page MenuHomeFreeBSD

stand/fdt: Swap libfdt include order
ClosedPublic

Authored by kevans on Dec 30 2017, 5:34 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Nov 5, 6:42 PM
Unknown Object (File)
Sun, Nov 2, 8:57 PM
Unknown Object (File)
Sat, Nov 1, 12:57 PM
Unknown Object (File)
Sat, Nov 1, 12:57 PM
Unknown Object (File)
Sat, Nov 1, 12:57 PM
Unknown Object (File)
Sat, Nov 1, 8:39 AM
Unknown Object (File)
Thu, Oct 30, 6:45 PM
Unknown Object (File)
Thu, Oct 30, 12:41 PM
Subscribers
None

Details

Summary

libfdt.h should be included before fdt.h, as hinted by all of libfdt/; standard include order being libfdt.h, libfdt_env.h, fdt.h. The current include order also causes problems when libfdt gets updated.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Dec 30 2017, 6:18 AM
This revision was automatically updated to reflect the committed changes.