Re: [PATCH v4 3/9] usb: dwc3-generic: Reorder include

2025-01-30 Thread Patrick DELAUNAY
Hi, On 1/23/25 15:47, Patrice Chotard wrote: Reorder include following rules available here : https://docs.u-boot.org/en/latest/develop/codingstyle.html#include-files Remove useless include files. Signed-off-by: Patrice Chotard Cc: Marek Vasut Reviewed-by: Mattijs Korpershoek --- (no chan

[PATCH v4 3/9] usb: dwc3-generic: Reorder include

2025-01-23 Thread Patrice Chotard
Reorder include following rules available here : https://docs.u-boot.org/en/latest/develop/codingstyle.html#include-files Remove useless include files. Signed-off-by: Patrice Chotard Cc: Marek Vasut Reviewed-by: Mattijs Korpershoek --- (no changes since v3) Changes in v3: - Update comment