[patch 39/50] genirq: ARM: Convert omap1 to generic irq handling

From: Ingo Molnar
Date: Tue May 16 2006 - 20:24:10 EST


From: Thomas Gleixner <tglx@xxxxxxxxxxxxx>

Fixup the conversion to generic irq subsystem.

Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
Signed-off-by: Ingo Molnar <mingo@xxxxxxx>
---
arch/arm/mach-omap1/board-osk.c | 2 +-
arch/arm/mach-omap1/serial.c | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)

Index: linux-genirq.q/arch/arm/mach-omap1/board-osk.c
===================================================================
--- linux-genirq.q.orig/arch/arm/mach-omap1/board-osk.c
+++ linux-genirq.q/arch/arm/mach-omap1/board-osk.c
@@ -29,7 +29,7 @@
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/platform_device.h>
-#include <linux/interrupt.h>
+#include <linux/irq.h>

#include <linux/mtd/mtd.h>
#include <linux/mtd/partitions.h>
Index: linux-genirq.q/arch/arm/mach-omap1/serial.c
===================================================================
--- linux-genirq.q.orig/arch/arm/mach-omap1/serial.c
+++ linux-genirq.q/arch/arm/mach-omap1/serial.c
@@ -12,6 +12,7 @@
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/init.h>
+#include <linux/irq.h>
#include <linux/delay.h>
#include <linux/serial.h>
#include <linux/tty.h>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/