From: Wolfram Sang Date: Tue, 13 Feb 2024 22:02:23 +0000 (+0100) Subject: mfd: tmio: Update include files X-Git-Tag: v6.11-rc1~147^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d411ccbe103d665a31861987e2f1b36944ab63f2;p=thirdparty%2Fkernel%2Flinux.git mfd: tmio: Update include files Remove meanwhile unneeded includes, only add types.h for dma_addr_t. Also, remove an obsolete forward declaration while here. Signed-off-by: Wolfram Sang Reviewed-by: Geert Uytterhoeven Link: https://lore.kernel.org/r/20240213220221.2380-12-wsa+renesas@sang-engineering.com Signed-off-by: Lee Jones --- diff --git a/include/linux/mfd/tmio.h b/include/linux/mfd/tmio.h index 4223315d2b2ab..f71d4e507dcb5 100644 --- a/include/linux/mfd/tmio.h +++ b/include/linux/mfd/tmio.h @@ -2,13 +2,8 @@ #ifndef MFD_TMIO_H #define MFD_TMIO_H -#include -#include -#include -#include -#include #include -#include +#include /* tmio MMC platform flags */ /* @@ -59,8 +54,6 @@ /* Some controllers have a CBSY bit */ #define TMIO_MMC_HAVE_CBSY BIT(11) -struct dma_chan; - /* * data for the MMC controller */