summaryrefslogtreecommitdiff
path: root/drivers/adc/stm32-adc-core.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-05-01 19:30:27 -0600
committerTom Rini <trini@konsulko.com>2024-05-07 08:00:41 -0600
commit7921be7243e889ce5270fdcd019e206b0dce91d4 (patch)
treee07d206da739aeddd5449c6ac8e636bdf1fc5929 /drivers/adc/stm32-adc-core.c
parent70ab38f4268c5ce5302849fcebf9bdfa2e152e76 (diff)
adc: Remove <common.h> and add needed includes
Remove <common.h> from this driver directory and when needed add missing include files directly. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/adc/stm32-adc-core.c')
-rw-r--r--drivers/adc/stm32-adc-core.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/adc/stm32-adc-core.c b/drivers/adc/stm32-adc-core.c
index 6c176961f17..af340b8b273 100644
--- a/drivers/adc/stm32-adc-core.c
+++ b/drivers/adc/stm32-adc-core.c
@@ -6,7 +6,6 @@
* Originally based on the Linux kernel v4.18 drivers/iio/adc/stm32-adc-core.c.
*/
-#include <common.h>
#include <dm.h>
#include <asm/io.h>
#include <dm/device_compat.h>