Re: [PATCH v2 1/1] thermal: ti-soc-thermal: Remove duplicated header file inclusion

2021-04-20 Thread Daniel Lezcano
On 06/04/2021 11:19, Zhen Lei wrote: > Delete one of the header files that are included > twice, all included header files are then rearranged alphabetically. The duplicate header file inclusion has been already fixed in a previous patch. Applied this patch by massaging the changelog

Re: [PATCH v2 1/1] thermal: ti-soc-thermal: Remove duplicated header file inclusion

2021-04-06 Thread J, KEERTHY
On 4/6/2021 2:49 PM, Zhen Lei wrote: Delete one of the header files that are included twice, all included header files are then rearranged alphabetically. Reviewed-by: Keerthy Signed-off-by: Zhen Lei --- drivers/thermal/ti-soc-thermal/ti-bandgap.c | 35 ++---

[PATCH v2 1/1] thermal: ti-soc-thermal: Remove duplicated header file inclusion

2021-04-06 Thread Zhen Lei
Delete one of the header files that are included twice, all included header files are then rearranged alphabetically. Signed-off-by: Zhen Lei --- drivers/thermal/ti-soc-thermal/ti-bandgap.c | 35 ++--- 1 file changed, 17 insertions(+), 18 deletions(-) diff --git