[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1299478500-16512-1-git-send-email-a.beregalov@gmail.com>
Date: Mon, 7 Mar 2011 09:15:00 +0300
From: Alexander Beregalov <a.beregalov@...il.com>
To: linux-kernel@...r.kernel.org
Cc: mchehab@...hat.com, liplianin@...up.ru, gregkh@...e.de,
Alexander Beregalov <a.beregalov@...il.com>
Subject: [PATCH next] staging: altera-stapl: include delay.h
Fix build error: altera-jtag.c:398:3: error: implicit declaration of
function 'udelay'
Signed-off-by: Alexander Beregalov <a.beregalov@...il.com>
---
drivers/staging/altera-stapl/altera-jtag.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/staging/altera-stapl/altera-jtag.c b/drivers/staging/altera-stapl/altera-jtag.c
index 6b633b1..b554f4d 100644
--- a/drivers/staging/altera-stapl/altera-jtag.c
+++ b/drivers/staging/altera-stapl/altera-jtag.c
@@ -25,6 +25,7 @@
#include <linux/firmware.h>
#include <linux/slab.h>
+#include <linux/delay.h>
#include <staging/altera.h>
#include "altera-exprt.h"
#include "altera-jtag.h"
--
1.7.4.1
--
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