staging: intel_sst: include delay.h to fix build error
authorRandy Dunlap <randy.dunlap@oracle.com>
Tue, 12 Oct 2010 00:47:04 +0000 (17:47 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 12 Oct 2010 15:55:40 +0000 (08:55 -0700)
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@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/intel_sst/intel_sst_drv_interface.c