adc: Drop dm.h header file
authorSimon Glass <sjg@chromium.org>
Sun, 19 Jul 2020 16:15:52 +0000 (10:15 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 4 Aug 2020 02:19:54 +0000 (22:19 -0400)
commitc273da076553d72b4a3542efcc97cc7313604dea
treeb498c28932f3e49aae4ab1f8926bc75806265581
parentdcd7c906d03829ce3a641c2a67edfe242dcea714
adc: Drop dm.h header file

This header file should not be included in other header files. Remove it
and use a forward declaration instead.

Drop the common.h inclusion also.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/adc/stm32-adc-core.c
drivers/adc/stm32-adc-core.h
drivers/adc/stm32-adc.c