diff options
author | Vinod Koul <vinod.koul@intel.com> | 2014-11-06 19:30:43 +0530 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-11-06 16:08:13 +0000 |
commit | 9b105fe447116ee3cd7fe3c09ca6a6d6a05c736b (patch) | |
tree | c76a130470f623b8ee76b326b6b7b0550dd7eac1 /sound/soc/intel | |
parent | b0d94acd634a5cff7fe5fc46131a23997e8d0f60 (diff) | |
download | blackbird-obmc-linux-9b105fe447116ee3cd7fe3c09ca6a6d6a05c736b.tar.gz blackbird-obmc-linux-9b105fe447116ee3cd7fe3c09ca6a6d6a05c736b.zip |
ASoC: Intel: mrfld - remove non static definition
sst_save_shim64() is defined as static in code but header is non static.
Since this is not used other than file where defined remove non static
definition
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel')
-rw-r--r-- | sound/soc/intel/sst/sst.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/intel/sst/sst.h b/sound/soc/intel/sst/sst.h index 3ee555e31716..2dcbf479df28 100644 --- a/sound/soc/intel/sst/sst.h +++ b/sound/soc/intel/sst/sst.h @@ -508,8 +508,6 @@ int sst_prepare_and_post_msg(struct intel_sst_drv *sst, size_t mbox_data_len, const void *mbox_data, void **data, bool large, bool fill_dsp, bool sync, bool response); -void sst_save_shim64(struct intel_sst_drv *ctx, void __iomem *shim, - struct sst_shim_regs64 *shim_regs); void sst_process_pending_msg(struct work_struct *work); int sst_assign_pvt_id(struct intel_sst_drv *sst_drv_ctx); void sst_init_stream(struct stream_info *stream, |