aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/omap_hwmod_81xx_data.c
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2018-02-14 09:35:20 -0800
committerTony Lindgren <tony@atomide.com>2018-02-14 09:35:31 -0800
commitddd6a9d928931f2dfe61029e55faee21f7de2768 (patch)
treedbba8a6f37d210e5d60f6da2d225368cb9fc0b9b /arch/arm/mach-omap2/omap_hwmod_81xx_data.c
parentARM: OMAP2+: Fix sar_base inititalization for HS omaps (diff)
downloadlinux-dev-ddd6a9d928931f2dfe61029e55faee21f7de2768.tar.xz
linux-dev-ddd6a9d928931f2dfe61029e55faee21f7de2768.zip
ARM: OMAP2+: Include types.h directly for hwmod data
This is needed in preparation for dropping some unused headers that indirectly include types.h. Tested-by: Suman Anna <s-anna@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/omap_hwmod_81xx_data.c')
-rw-r--r--arch/arm/mach-omap2/omap_hwmod_81xx_data.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_81xx_data.c b/arch/arm/mach-omap2/omap_hwmod_81xx_data.c
index 84f118280a0e..64c5a1299003 100644
--- a/arch/arm/mach-omap2/omap_hwmod_81xx_data.c
+++ b/arch/arm/mach-omap2/omap_hwmod_81xx_data.c
@@ -15,6 +15,8 @@
*
*/
+#include <linux/types.h>
+
#include <linux/platform_data/gpio-omap.h>
#include <linux/platform_data/hsmmc-omap.h>
#include <linux/platform_data/spi-omap2-mcspi.h>