From: Bartosz Golaszewski Date: Mon, 7 Oct 2024 11:49:17 +0000 (+0200) Subject: mmc: davinci: order includes alphabetically X-Git-Tag: v6.13-rc1~153^2~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=071a18b85425551b52b413fd046b5d0a87e3f084;p=thirdparty%2Flinux.git mmc: davinci: order includes alphabetically For better readability, put all header inclusions in alphabetical order. Signed-off-by: Bartosz Golaszewski Link: https://lore.kernel.org/r/20241007114918.52066-1-brgl@bgdev.pl Signed-off-by: Ulf Hansson --- diff --git a/drivers/mmc/host/davinci_mmc.c b/drivers/mmc/host/davinci_mmc.c index 7ed533758dbea..fe7712532e84f 100644 --- a/drivers/mmc/host/davinci_mmc.c +++ b/drivers/mmc/host/davinci_mmc.c @@ -7,24 +7,23 @@ * Copyright (C) 2009 David Brownell */ -#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 /* * Register Definitions