[PATCH] VLYNQ: add missing linux/irq.h include

From: Florian Fainelli
Date: Mon Jan 04 2010 - 12:43:22 EST


This patch adds the missing linux/irq.h header
which will trigger compilation errors on non-AR7
platforms (i.e: TI Davinci).

Reported-by: Rohan Tabish <rohan_javed@xxxxxxxxxxx>
Signed-off-by: Regards, Florian Fainelli <florian@xxxxxxxxxxx>
---
diff --git a/drivers/vlynq/vlynq.c b/drivers/vlynq/vlynq.c
index 9554ad5..14b1af9 100644
--- a/drivers/vlynq/vlynq.c
+++ b/drivers/vlynq/vlynq.c
@@ -30,6 +30,7 @@
#include <linux/interrupt.h>
#include <linux/delay.h>
#include <linux/io.h>
+#include <linux/irq.h>

#include <linux/vlynq.h>

--
1.6.3.3

--
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/