summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandy Dunlap2010-07-03 01:44:13 +0200
committerGreg Kroah-Hartman2010-07-08 22:57:58 +0200
commitaf6d2b2a3d43d25aa4e205c029ee737642cc4ec2 (patch)
tree513a77f0a7ff5f2fee839b1d357979a5a43ceb23
parentStaging: usbip: fix typos concerning "sequential" (diff)
downloadkernel-qcow2-linux-af6d2b2a3d43d25aa4e205c029ee737642cc4ec2.tar.gz
kernel-qcow2-linux-af6d2b2a3d43d25aa4e205c029ee737642cc4ec2.tar.xz
kernel-qcow2-linux-af6d2b2a3d43d25aa4e205c029ee737642cc4ec2.zip
Staging: solo: add delay.h header
Several solo drivers need <linux/delay.h>, 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 <randy.dunlap@oracle.com>
-rw-r--r--drivers/staging/solo6x10/solo6010.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/solo6x10/solo6010.h b/drivers/staging/solo6x10/solo6010.h
index 984b19e4191d..dca8e3e15450 100644
--- a/drivers/staging/solo6x10/solo6010.h
+++ b/drivers/staging/solo6x10/solo6010.h
@@ -26,6 +26,7 @@
#include <linux/semaphore.h>
#include <linux/mutex.h>
#include <linux/list.h>
+#include <linux/delay.h>
#include <linux/wait.h>
#include <asm/io.h>
#include <asm/atomic.h>