From 1dd8b73227be6023df0be3a478c6086848cebd2e Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Mon, 11 Oct 2010 17:47:04 -0700 Subject: [PATCH] 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-format-patch failed