From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755528Ab0JLAtB (ORCPT ); Mon, 11 Oct 2010 20:49:01 -0400 Received: from rcsinet10.oracle.com ([148.87.113.121]:36161 "EHLO rcsinet10.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755301Ab0JLAs7 (ORCPT ); Mon, 11 Oct 2010 20:48:59 -0400 Message-ID: <4CB3B008.9080800@oracle.com> Date: Mon, 11 Oct 2010 17:47:04 -0700 From: Randy Dunlap Organization: Oracle Linux Engineering User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5) Gecko/20091209 Fedora/3.0-3.fc11 Thunderbird/3.0 MIME-Version: 1.0 To: Greg KH CC: Stephen Rothwell , driverdevel , linux-next@vger.kernel.org, LKML , Vinod Koul , Harsha Priya , Dharageswari R Subject: [PATCH -next] staging/intel_sst: include delay.h to fix build error References: <20101008161552.07c9f137.sfr@canb.auug.org.au> <20101010115618.b048a89e.randy.dunlap@oracle.com> <20101010202921.GB4900@kroah.com> In-Reply-To: <20101010202921.GB4900@kroah.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Randy Dunlap intel_sst_drv_interface.c uses msleep() so it needs to include delay.h: drivers/staging/intel_sst/intel_sst_drv_interface.c:88: error: implicit declaration of function 'msleep' Signed-off-by: Randy Dunlap --- drivers/staging/intel_sst/intel_sst_drv_interface.c | 1 + 1 file changed, 1 insertion(+) --- linux-next-20101008.orig/drivers/staging/intel_sst/intel_sst_drv_interface.c +++ linux-next-20101008/drivers/staging/intel_sst/intel_sst_drv_interface.c @@ -26,6 +26,7 @@ * Upper layer interfaces (MAD driver, MMF) to SST driver */ +#include #include #include #include