From: Shawn Lin Date: Tue, 16 Dec 2025 11:49:58 +0000 (+0800) Subject: mmc: dw_mmc: Remove unused header files and keep alphabetical order X-Git-Tag: v7.1-rc1~157^2~112 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53f05821b7f7e096d9987ab78e7009847066bb80;p=thirdparty%2Fkernel%2Fstable.git mmc: dw_mmc: Remove unused header files and keep alphabetical order Some header files are not needed and they are out of order, this patch remove unused header files and re-order them alphabetically. Signed-off-by: Shawn Lin Signed-off-by: Ulf Hansson --- diff --git a/drivers/mmc/host/dw_mmc.c b/drivers/mmc/host/dw_mmc.c index b3baa9f1c7e33..1ede742c185a7 100644 --- a/drivers/mmc/host/dw_mmc.c +++ b/drivers/mmc/host/dw_mmc.c @@ -7,35 +7,28 @@ * Copyright (C) 2009, 2010 Imagination Technologies Ltd. */ -#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 -#include -#include -#include #include +#include +#include +#include +#include +#include #include "dw_mmc.h"