From: Lu Guanqun Date: Fri, 8 Apr 2011 00:41:38 +0000 (+0800) Subject: sst: fix compile error X-Git-Tag: upstream/snapshot3+hdmi~10345^2~456 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6c550053cb9ddbee58c295cb92ecd6c331605854;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git sst: fix compile error Add several include files to fix the below compile error. drivers/staging/intel_sst/intelmid.c: In function ‘snd_intelmad_sst_register’: drivers/staging/intel_sst/intelmid.c:805:2: error: ‘sst_drv_ctx’ undeclared (first use in this function) drivers/staging/intel_sst/intelmid.c:805:2: note: each undeclared identifier is reported only once for each function it appears in Signed-off-by: Lu Guanqun Signed-off-by: Mark Brown Cc: Alan Cox Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/intel_sst/intelmid.c b/drivers/staging/intel_sst/intelmid.c index 256713a..0925a88 100644 --- a/drivers/staging/intel_sst/intelmid.c +++ b/drivers/staging/intel_sst/intelmid.c @@ -32,6 +32,7 @@ #include #include #include +#include #include #include #include @@ -40,6 +41,8 @@ #include #include "intel_sst.h" #include "intel_sst_ioctl.h" +#include "intel_sst_fw_ipc.h" +#include "intel_sst_common.h" #include "intelmid_snd_control.h" #include "intelmid.h"