• Randy Dunlap's avatar
    staging: intel_sst: intelmid needs delay.h · b27b8ea8
    Randy Dunlap authored
    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: default avatarRandy 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: default avatarGreg Kroah-Hartman <gregkh@suse.de>
    b27b8ea8
intelmid_v2_control.c 23.6 KB