Skip to content

Commit

Permalink
staging: intel_sst: include delay.h to fix build error
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Randy Dunlap authored and Greg Kroah-Hartman committed Oct 12, 2010
1 parent a9d0fff commit 1dd8b73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/staging/intel_sst/intel_sst_drv_interface.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
* Upper layer interfaces (MAD driver, MMF) to SST driver
*/

#include <linux/delay.h>
#include <linux/pci.h>
#include <linux/fs.h>
#include <linux/firmware.h>
Expand Down

0 comments on commit 1dd8b73

Please sign in to comment.