From patchwork Mon Mar 28 15:23:05 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 6226 Return-path: Envelope-to: mchehab@pedra Delivery-date: Mon, 28 Mar 2011 12:24:23 -0300 Received: from mchehab by pedra with local (Exim 4.72) (envelope-from ) id 1Q4EIp-0001PR-5R for mchehab@pedra; Mon, 28 Mar 2011 12:24:23 -0300 Received: from casper.infradead.org [85.118.1.10] by pedra with IMAP (fetchmail-6.3.17) for (single-drop); Mon, 28 Mar 2011 12:24:23 -0300 (BRT) Received: from vger.kernel.org ([209.132.180.67]) by casper.infradead.org with esmtp (Exim 4.72 #1 (Red Hat Linux)) id 1Q4EI9-0003Tt-NP; Mon, 28 Mar 2011 15:23:42 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754251Ab1C1PXZ (ORCPT + 1 other); Mon, 28 Mar 2011 11:23:25 -0400 Received: from rcsinet10.oracle.com ([148.87.113.121]:36655 "EHLO rcsinet10.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753269Ab1C1PXY (ORCPT ); Mon, 28 Mar 2011 11:23:24 -0400 Received: from rcsinet13.oracle.com (rcsinet13.oracle.com [148.87.113.125]) by rcsinet10.oracle.com (Switch-3.4.2/Switch-3.4.2) with ESMTP id p2SFNBfB021982 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 28 Mar 2011 15:23:12 GMT Received: from acsmt358.oracle.com (acsmt358.oracle.com [141.146.40.158]) by rcsinet13.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id p2SFNAB3019414 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 28 Mar 2011 15:23:10 GMT Received: from abhmt012.oracle.com (abhmt012.oracle.com [141.146.116.21]) by acsmt358.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id p2SFN9rV028382; Mon, 28 Mar 2011 10:23:09 -0500 Received: from chimera.site (/173.50.240.230) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 28 Mar 2011 08:23:07 -0700 Date: Mon, 28 Mar 2011 08:23:05 -0700 From: Randy Dunlap To: linux-media@vger.kernel.org, Stephen Rothwell , gregkh@suse.de Cc: Mauro Carvalho Chehab , linux-next@vger.kernel.org, LKML , "Igor M. Liplianin" Subject: Fw: [PATCH -next RESEND/still needed] staging: altera-jtag needs delay.h Message-Id: <20110328082305.c6fa41d9.randy.dunlap@oracle.com> Organization: Oracle Linux Eng. X-Mailer: Sylpheed 2.7.1 (GTK+ 2.16.6; x86_64-unknown-linux-gnu) Mime-Version: 1.0 X-Source-IP: acsmt358.oracle.com [141.146.40.158] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090207.4D90A7DF.00DA,ss=1,fgs=0 Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Sender: From: Randy Dunlap altera-jtag.c needs to include to fix a build error: drivers/staging/altera-stapl/altera-jtag.c:398: error: implicit declaration of function 'udelay' Signed-off-by: Randy Dunlap Cc: Igor M. Liplianin Acked-by: Mauro Carvalho Chehab --- drivers/staging/altera-stapl/altera-jtag.c | 1 + 1 file changed, 1 insertion(+) Somehow I was supposed to know to send this to Mauro instead of to Greg, but I don't see anything in drivers/staging/altera-stapl/ that says that. -- -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- linux-next-20110304.orig/drivers/staging/altera-stapl/altera-jtag.c +++ linux-next-20110304/drivers/staging/altera-stapl/altera-jtag.c @@ -23,6 +23,7 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#include #include #include #include