Re: [U-Boot] [PATCH 080/080] clk: Makefile: Sort entries alphabetically

2017-10-08 Thread Simon Glass
On 29 September 2017 at 06:52, Mario Six wrote: > The Makefile entries in the clk driver directory were not alphabetically > sorted. Correct this. > > Signed-off-by: Mario Six > --- > drivers/clk/Makefile | 20 ++-- > 1 file changed, 10 insertions(+), 10 deletions(-) Reviewed-by

[U-Boot] [PATCH 080/080] clk: Makefile: Sort entries alphabetically

2017-09-29 Thread Mario Six
The Makefile entries in the clk driver directory were not alphabetically sorted. Correct this. Signed-off-by: Mario Six --- drivers/clk/Makefile | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/drivers/clk/Makefile b/drivers/clk/Makefile index 83fe88ce9f