Skip to content

Commit d411ccb

Browse files
Wolfram Sanglag-linaro
authored andcommitted
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 <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Lee Jones <[email protected]>
1 parent 4377aef commit d411ccb

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

include/linux/mfd/tmio.h

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,8 @@
22
#ifndef MFD_TMIO_H
33
#define MFD_TMIO_H
44

5-
#include <linux/device.h>
6-
#include <linux/fb.h>
7-
#include <linux/io.h>
8-
#include <linux/jiffies.h>
9-
#include <linux/mmc/card.h>
105
#include <linux/platform_device.h>
11-
#include <linux/pm_runtime.h>
6+
#include <linux/types.h>
127

138
/* tmio MMC platform flags */
149
/*
@@ -59,8 +54,6 @@
5954
/* Some controllers have a CBSY bit */
6055
#define TMIO_MMC_HAVE_CBSY BIT(11)
6156

62-
struct dma_chan;
63-
6457
/*
6558
* data for the MMC controller
6659
*/

0 commit comments

Comments
 (0)