Re: [PATCH 1/2] clk: cosmetic: reorder include files

2021-12-15 Thread Sean Anderson
On Fri, 19 Nov 2021 15:12:06 +0100, Patrick Delaunay wrote: > 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. > > [...] Applied, thanks! [1/2] clk: cosm

Re: [PATCH 1/2] clk: cosmetic: reorder include files

2021-11-21 Thread Sean Anderson
On 11/19/21 9:12 AM, Patrick Delaunay wrote: 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 Dela

[PATCH 1/2] clk: cosmetic: reorder include files

2021-11-19 Thread Patrick Delaunay
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 --- drivers/clk/clk-composite.c| 6