diff options
author | Tony Lindgren <tony@atomide.com> | 2009-01-15 13:09:51 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2009-01-15 13:09:51 +0200 |
commit | dd7667aa700a45ffb3efac64f6df0867d5837f5b (patch) | |
tree | b73ee9b7c85a4626a53edce12276b34620dc6e1c /arch/arm/mach-omap2 | |
parent | 5393f780277165f282a37ed82dd878159ec9dad5 (diff) | |
download | linux-dd7667aa700a45ffb3efac64f6df0867d5837f5b.tar.gz linux-dd7667aa700a45ffb3efac64f6df0867d5837f5b.tar.bz2 linux-dd7667aa700a45ffb3efac64f6df0867d5837f5b.zip |
ARM: OMAP: Fix compile for various McBSP
Include irqs.h or cpu.h directly as needed to fix
omap builds.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r-- | arch/arm/mach-omap2/mcbsp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/mcbsp.c b/arch/arm/mach-omap2/mcbsp.c index acdc709901cd..e20023c9d15d 100644 --- a/arch/arm/mach-omap2/mcbsp.c +++ b/arch/arm/mach-omap2/mcbsp.c @@ -17,6 +17,7 @@ #include <linux/io.h> #include <linux/platform_device.h> +#include <mach/irqs.h> #include <mach/dma.h> #include <mach/irqs.h> #include <mach/mux.h> |