From: kbuild test robot Date: Wed, 29 Oct 2014 15:40:27 +0000 (+0000) Subject: ASoC: Intel: dw_pdata can be static X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=137f6d541ae75b3769c4c67e61c25340789b3cbc;p=linux-beck.git ASoC: Intel: dw_pdata can be static sound/soc/intel/sst-firmware.c:172:29: sparse: symbol 'dw_pdata' was not declared. Should it be static? Signed-off-by: Fengguang Wu Signed-off-by: Mark Brown --- diff --git a/sound/soc/intel/sst-firmware.c b/sound/soc/intel/sst-firmware.c index 692a6aef82df..35788ad4087e 100644 --- a/sound/soc/intel/sst-firmware.c +++ b/sound/soc/intel/sst-firmware.c @@ -169,7 +169,7 @@ err: return ret; } -struct dw_dma_platform_data dw_pdata = { +static struct dw_dma_platform_data dw_pdata = { .is_private = 1, .chan_allocation_order = CHAN_ALLOCATION_ASCENDING, .chan_priority = CHAN_PRIORITY_ASCENDING,