[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <4CB3B008.9080800@oracle.com>
Date: Mon, 11 Oct 2010 17:47:04 -0700
From: Randy Dunlap <randy.dunlap@...cle.com>
To: Greg KH <greg@...ah.com>
CC: Stephen Rothwell <sfr@...b.auug.org.au>,
driverdevel <devel@...verdev.osuosl.org>,
linux-next@...r.kernel.org, LKML <linux-kernel@...r.kernel.org>,
Vinod Koul <vinod.koul@...el.com>,
Harsha Priya <priya.harsha@...el.com>,
Dharageswari R <dharageswari.r@...el.com>
Subject: [PATCH -next] staging/intel_sst: include delay.h to fix build error
From: Randy Dunlap <randy.dunlap@...cle.com>
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 <randy.dunlap@...cle.com>
---
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 <linux/delay.h>
#include <linux/pci.h>
#include <linux/fs.h>
#include <linux/firmware.h>
--
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