diff options
author | Tony Lindgren <tony@atomide.com> | 2018-02-14 18:35:20 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-02-14 18:35:31 +0100 |
commit | ddd6a9d928931f2dfe61029e55faee21f7de2768 (patch) | |
tree | dbba8a6f37d210e5d60f6da2d225368cb9fc0b9b /arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c | |
parent | ARM: OMAP2+: Fix sar_base inititalization for HS omaps (diff) | |
download | linux-ddd6a9d928931f2dfe61029e55faee21f7de2768.tar.xz linux-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_2xxx_ipblock_data.c')
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c b/arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c index 4b094cb384cb..4f0a1d4dd7fa 100644 --- a/arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c @@ -9,6 +9,8 @@ * published by the Free Software Foundation. */ +#include <linux/types.h> + #include <linux/platform_data/gpio-omap.h> #include <linux/omap-dma.h> #include <plat/dmtimer.h> |