lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ