From: Randy Dunlap Date: Fri, 2 Jul 2010 23:44:13 +0000 (-0700) Subject: Staging: solo: add delay.h header X-Git-Tag: v2.6.36-rc1~520^2~1^2~220 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af6d2b2a3d43d25aa4e205c029ee737642cc4ec2;p=pandora-kernel.git Staging: solo: add delay.h header 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 --- Reading git-diff-tree failed