adc/dw: Make driver config structure static.
Change-Id: Ia094d1abda47ff5d2e05c3d97f9a377cb17d2ee7 Signed-off-by: Marcus Shawcroft <marcus.shawcroft@arm.com>
This commit is contained in:
parent
b28b59b617
commit
11258b1395
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue