diff options
author | Tony Lindgren <tony@atomide.com> | 2012-02-24 19:34:34 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-02-24 19:34:34 +0100 |
commit | 2e3ee9f45b3c25faa012abc9a62ab7aa515cd617 (patch) | |
tree | 0573cc65c3c8906453d949b5fe7f7499d1a25da1 /arch/arm/mach-omap1/ams-delta-fiq.c | |
parent | ARM: OMAP1: Move 16xx GPIO system clock to platform init code (diff) | |
download | linux-2e3ee9f45b3c25faa012abc9a62ab7aa515cd617.tar.xz linux-2e3ee9f45b3c25faa012abc9a62ab7aa515cd617.zip |
ARM: OMAP1: Move most of plat/io.h into local iomap.h
There's no need to have these in plat/io.h.
While at it, clean up the includes to group them
like they typically are grouped.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap1/ams-delta-fiq.c')
-rw-r--r-- | arch/arm/mach-omap1/ams-delta-fiq.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap1/ams-delta-fiq.c b/arch/arm/mach-omap1/ams-delta-fiq.c index 152b32c15e28..fcce7ff37630 100644 --- a/arch/arm/mach-omap1/ams-delta-fiq.c +++ b/arch/arm/mach-omap1/ams-delta-fiq.c @@ -22,6 +22,7 @@ #include <plat/board-ams-delta.h> #include <asm/fiq.h> + #include <mach/ams-delta-fiq.h> static struct fiq_handler fh = { |