staging: intel_sst: intelmid needs delay.h
authorRandy Dunlap <randy.dunlap@oracle.com>
Tue, 19 Apr 2011 18:26:35 +0000 (11:26 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 26 Apr 2011 00:44:09 +0000 (17:44 -0700)
commitb27b8ea853c4c1c1d5d95448cf69b3f10a9558d4
treeaafad80107978c327e52f42d3073f31a96804013
parent95c2b71b7b7422749950e3d497a894957d724b16
staging: intel_sst: intelmid needs delay.h

intel_sst drivers need to #include <linux/delay.h> so that
they build cleanly:

drivers/staging/intel_sst/intelmid_v1_control.c:188: error: implicit declaration of function 'msleep'
drivers/staging/intel_sst/intelmid_v2_control.c:172: error: implicit declaration of function 'msleep'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Vinod Koul <vinod.koul@intel.com>
Cc: Harsha Priya <priya.harsha@intel.com>
Cc: KP Jeeja <jeeja.kp@intel.com>
Cc: Dharageswari R <dharageswari.r@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/intel_sst/intelmid_v1_control.c
drivers/staging/intel_sst/intelmid_v2_control.c