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, Oct 15, 12:47 PM
Unknown Object (File)
Wed, Oct 8, 6:15 AM
Unknown Object (File)
Sat, Sep 27, 1:12 AM
Unknown Object (File)
Sep 10 2025, 4:43 PM
Unknown Object (File)
Sep 7 2025, 5:27 PM
Unknown Object (File)
Aug 21 2025, 4:04 AM
Unknown Object (File)
Aug 13 2025, 11:19 PM
Unknown Object (File)
Aug 3 2025, 5:38 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.