[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <201001041838.51265.florian@openwrt.org>
Date: Mon, 4 Jan 2010 18:38:51 +0100
From: Florian Fainelli <florian@...nwrt.org>
To: linux-kernel@...r.kernel.org,
Andrew Morton <akpm@...ux-foundation.org>
Subject: [PATCH] VLYNQ: add missing linux/irq.h include
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@...oo.co.uk>
Signed-off-by: Regards, Florian Fainelli <florian@...nwrt.org>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists