To prepare adding more headers, sort the existing headers alphabetically. Signed-off-by: Luca Weiss <[email protected]> --- drivers/phy/qcom/phy-qcom-qusb2.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/phy/qcom/phy-qcom-qusb2.c b/drivers/phy/qcom/phy-qcom-qusb2.c index 6278171b100..a6c1095f412 100644 --- a/drivers/phy/qcom/phy-qcom-qusb2.c +++ b/drivers/phy/qcom/phy-qcom-qusb2.c @@ -5,13 +5,13 @@ * Based on Linux driver */ +#include <asm/io.h> +#include <clk.h> #include <dm.h> #include <generic-phy.h> #include <linux/bitops.h> -#include <asm/io.h> -#include <reset.h> -#include <clk.h> #include <linux/delay.h> +#include <reset.h> #include <dt-bindings/phy/phy-qcom-qusb2.h> -- 2.55.0

