diff options
author | Wolfram Sang <wsa+renesas@sang-engineering.com> | 2024-02-13 23:02:23 +0100 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2024-07-09 10:40:20 +0100 |
commit | d411ccbe103d665a31861987e2f1b36944ab63f2 (patch) | |
tree | b14a5610818eb453656f9b818a25cb803099506f | |
parent | 4377aef83d0db25efc928a633ee80698b8520c8e (diff) |
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 <wsa+renesas@sang-engineering.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20240213220221.2380-12-wsa+renesas@sang-engineering.com
Signed-off-by: Lee Jones <lee@kernel.org>
-rw-r--r-- | include/linux/mfd/tmio.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/include/linux/mfd/tmio.h b/include/linux/mfd/tmio.h index 4223315d2b2a..f71d4e507dcb 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 <linux/device.h> -#include <linux/fb.h> -#include <linux/io.h> -#include <linux/jiffies.h> -#include <linux/mmc/card.h> #include <linux/platform_device.h> -#include <linux/pm_runtime.h> +#include <linux/types.h> /* 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 */ |