]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ASoC: Intel: mrfld - remove non static definition
authorVinod Koul <vinod.koul@intel.com>
Thu, 6 Nov 2014 14:00:43 +0000 (19:30 +0530)
committerMark Brown <broonie@kernel.org>
Thu, 6 Nov 2014 16:08:13 +0000 (16:08 +0000)
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>
sound/soc/intel/sst/sst.h

index 3ee555e31716a3664d1bc0a9a7b8bf45894dcb4e..2dcbf479df287c04e08307351bf3dccb61f5e8a0 100644 (file)
@@ -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,