From: Geert Uytterhoeven Date: Mon, 23 Jan 2023 18:56:12 +0000 (+0100) Subject: can: rcar_canfd: Sort included header files X-Git-Tag: io_uring-6.3-2023-03-03~13^2~124^2~3^2~1 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=d506b151bb95c2a80c15e19c4d4686245af0fccb;p=linux-block.git can: rcar_canfd: Sort included header files This may avoid conflicts when adding or removing files in the future. Signed-off-by: Geert Uytterhoeven Link: https://lore.kernel.org/all/f7fa8090487c6e05b2c7f89542e0a1bd045356f1.1674499048.git.geert+renesas@glider.be Signed-off-by: Marc Kleine-Budde --- diff --git a/drivers/net/can/rcar/rcar_canfd.c b/drivers/net/can/rcar/rcar_canfd.c index 376a5d606acc..cfcf1a93fb58 100644 --- a/drivers/net/can/rcar/rcar_canfd.c +++ b/drivers/net/can/rcar/rcar_canfd.c @@ -21,23 +21,23 @@ * wherever it is modified to a readable name. */ -#include -#include -#include -#include -#include +#include +#include +#include +#include #include #include +#include +#include +#include +#include +#include #include -#include -#include -#include #include #include -#include -#include -#include +#include #include +#include #define RCANFD_DRV_NAME "rcar_canfd"