adc/dw: Make driver config structure static.

Change-Id: Ia094d1abda47ff5d2e05c3d97f9a377cb17d2ee7
Signed-off-by: Marcus Shawcroft <marcus.shawcroft@arm.com>
This commit is contained in:
Marcus Shawcroft 2016-10-06 17:02:21 +01:00 committed by Anas Nashif
commit 11258b1395

View file

@ -472,7 +472,7 @@ struct adc_info adc_info_dev = {
#endif
};
struct adc_config adc_config_dev = {
static struct adc_config adc_config_dev = {
.reg_base = PERIPH_ADDR_BASE_ADC,
.reg_irq_mask = SCSS_REGISTER_BASE + INT_SS_ADC_IRQ_MASK,
.reg_err_mask = SCSS_REGISTER_BASE + INT_SS_ADC_ERR_MASK,