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>

No differences found