commit | 283dadf6da39f93e6f35513a97114c5ad26731f6 | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@foss.st.com> | Fri Nov 19 15:12:06 2021 +0100 |
committer | Sean Anderson <seanga2@gmail.com> | Wed Dec 15 12:16:16 2021 -0500 |
tree | 08b784902961fd687d6e72f88305bc7583428efc | |
parent | dcc67fa03a89f6a8ddc53b25b8bcb0723c236df2 [diff] |
clk: cosmetic: reorder include files Reorder include files in the U-Boot expected order: the common.h header should always be first, followed by other headers in order, then headers with directories, then local files. It is a preliminary step for next patch. Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com> Reviewed-by: Sean Anderson <seanga2@gmail.com>