From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Subject: [PATCH -next] staging/solo: add delay.h header Date: Fri, 2 Jul 2010 16:44:13 -0700 Message-ID: <20100702164413.20171588.randy.dunlap@oracle.com> References: <20100702163505.272e6fca.sfr@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from rcsinet10.oracle.com ([148.87.113.121]:50260 "EHLO rcsinet10.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753199Ab0GBXpU (ORCPT ); Fri, 2 Jul 2010 19:45:20 -0400 In-Reply-To: <20100702163505.272e6fca.sfr@canb.auug.org.au> Sender: linux-next-owner@vger.kernel.org List-ID: To: Stephen Rothwell , gregkh@suse.de, bcollins@bluecherry.net Cc: linux-next@vger.kernel.org, LKML From: Randy Dunlap Several solo drivers need , so add it to the private solo6010.h header file. drivers/staging/solo6x10/solo6010-core.c:191: error: implicit declaration of function 'mdelay' drivers/staging/solo6x10/solo6010-tw28.c:181: error: implicit declaration of function 'msleep_interruptible' drivers/staging/solo6x10/solo6010-gpio.c:78: error: implicit declaration of function 'udelay' drivers/staging/solo6x10/solo6010-v4l2-enc.c:254: error: implicit declaration of function 'mdelay' Signed-off-by: Randy Dunlap --- drivers/staging/solo6x10/solo6010.h | 1 + 1 file changed, 1 insertion(+) --- linux-next-20100702.orig/drivers/staging/solo6x10/solo6010.h +++ linux-next-20100702/drivers/staging/solo6x10/solo6010.h @@ -26,6 +26,7 @@ #include #include #include +#include #include #include #include