From: Randy Dunlap Date: Tue, 12 Oct 2010 00:47:04 +0000 (-0700) Subject: staging: intel_sst: include delay.h to fix build error X-Git-Tag: v2.6.37-rc1~60^2~3^2~158 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1dd8b73227be6023df0be3a478c6086848cebd2e;p=pandora-kernel.git staging: intel_sst: include delay.h to fix build error 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed