Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752010Ab1CGGPk (ORCPT ); Mon, 7 Mar 2011 01:15:40 -0500 Received: from mail-bw0-f46.google.com ([209.85.214.46]:50459 "EHLO mail-bw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751225Ab1CGGPj (ORCPT ); Mon, 7 Mar 2011 01:15:39 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=R/AM+zyOsDosQYWDww81nETm+9qCkO6cHiLUIxJsXWauKdR9VaZvOclfet7byjccxj irAmI6f0c7tdxHVqG8PKHAh1VZzLhIWCP8UUR73qu0QckaoymmmCpTLJJA6HE1EXRsbF C2kST5a96B28bMKy/TdXdxlQgrA7YKYf1M3rU= From: Alexander Beregalov To: linux-kernel@vger.kernel.org Cc: mchehab@redhat.com, liplianin@netup.ru, gregkh@suse.de, Alexander Beregalov Subject: [PATCH next] staging: altera-stapl: include delay.h Date: Mon, 7 Mar 2011 09:15:00 +0300 Message-Id: <1299478500-16512-1-git-send-email-a.beregalov@gmail.com> X-Mailer: git-send-email 1.7.4.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 924 Lines: 28 Fix build error: altera-jtag.c:398:3: error: implicit declaration of function 'udelay' Signed-off-by: Alexander Beregalov --- 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 #include +#include #include #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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/