summaryrefslogtreecommitdiff
path: root/drivers/adc/stm32-adc-core.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/adc/stm32-adc-core.h')
-rw-r--r--drivers/adc/stm32-adc-core.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/adc/stm32-adc-core.h b/drivers/adc/stm32-adc-core.h
index ba0e10e6cc..05968dbcc8 100644
--- a/drivers/adc/stm32-adc-core.h
+++ b/drivers/adc/stm32-adc-core.h
@@ -26,9 +26,9 @@
#define STM32_ADC_MAX_ADCS 3
#define STM32_ADCX_COMN_OFFSET 0x300
-#include <common.h>
#include <clk.h>
-#include <dm.h>
+
+struct udevice;
/**
* struct stm32_adc_common - stm32 ADC driver common data (for all instances)