diff options
author | Jouni Hogander <jouni.hogander@nokia.com> | 2009-02-03 18:49:04 -0500 |
---|---|---|
committer | Kevin Hilman <khilman@deeprootsystems.com> | 2009-05-28 13:59:04 -0400 |
commit | 94434535bd36ca010a81e1199f954beef2c4de64 (patch) | |
tree | 7abfddf6812d4b88bb4cc8bff5a6acbbc0664a1b /arch/arm/plat-omap | |
parent | 8bd229492209c0c7d050e2f9a600c12f035d72f7 (diff) |
OMAP: Add new function to check wether there is irq pending
Add common omap2/3 function to check wether there is irq pending.
Switch to use it in omap2 pm code instead of its own.
Signed-off-by: Jouni Hogander <jouni.hogander@nokia.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm/plat-omap')
-rw-r--r-- | arch/arm/plat-omap/include/mach/irqs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/include/mach/irqs.h b/arch/arm/plat-omap/include/mach/irqs.h index 7f57ee66f364..f5f7c928b53d 100644 --- a/arch/arm/plat-omap/include/mach/irqs.h +++ b/arch/arm/plat-omap/include/mach/irqs.h | |||
@@ -467,6 +467,7 @@ | |||
467 | 467 | ||
468 | #ifndef __ASSEMBLY__ | 468 | #ifndef __ASSEMBLY__ |
469 | extern void omap_init_irq(void); | 469 | extern void omap_init_irq(void); |
470 | extern int omap_irq_pending(void); | ||
470 | #endif | 471 | #endif |
471 | 472 | ||
472 | #include <mach/hardware.h> | 473 | #include <mach/hardware.h> |