diff options
author | Tony Lindgren <tony@atomide.com> | 2013-02-09 19:20:57 -0800 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-02-09 20:26:31 -0800 |
commit | dad2d9e666cbd733afff855f5224dd7e8a7996d3 (patch) | |
tree | 687f015947d083d16d293dbe404652818be8555a /arch/arm/mach-omap2/omap-iommu.c | |
parent | 59dc7a9cc2b0f58a28003274415133928b4cadd1 (diff) | |
download | blackbird-op-linux-dad2d9e666cbd733afff855f5224dd7e8a7996d3.tar.gz blackbird-op-linux-dad2d9e666cbd733afff855f5224dd7e8a7996d3.zip |
ARM: OMAP2+: Make sure files with omap initcalls include soc.h
Looks like there are few more places that I missed that can cause
compiler warnings. After grepping for omap initcall, all files
needing soc.h should now have it.
Reported-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-omap2/omap-iommu.c')
-rw-r--r-- | arch/arm/mach-omap2/omap-iommu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/omap-iommu.c b/arch/arm/mach-omap2/omap-iommu.c index dd8ce6d2f4eb..c20423955bf7 100644 --- a/arch/arm/mach-omap2/omap-iommu.c +++ b/arch/arm/mach-omap2/omap-iommu.c @@ -16,6 +16,7 @@ #include <linux/slab.h> #include <linux/platform_data/iommu-omap.h> +#include "soc.h" #include "omap_hwmod.h" #include "omap_device.h" |