From d0a4d582140b1dcc28848d2f66e18f2346123bc3 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Thu, 9 Apr 2026 02:29:02 +0200 Subject: [PATCH] clk: fsl-sai: Sort the headers Sort the headers. No functional change. Reviewed-by: Brian Masney Signed-off-by: Marek Vasut Signed-off-by: Stephen Boyd --- drivers/clk/clk-fsl-sai.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/clk/clk-fsl-sai.c b/drivers/clk/clk-fsl-sai.c index cba45e07562da..c59ddd519f9f5 100644 --- a/drivers/clk/clk-fsl-sai.c +++ b/drivers/clk/clk-fsl-sai.c @@ -5,12 +5,12 @@ * Copyright 2020 Michael Walle */ -#include -#include #include #include +#include #include #include +#include #include #define I2S_CSR 0x00 -- 2.47.3