]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit56d48842d9ac6b6368b0962381545a79ec46f909
treeb498c28932f3e49aae4ab1f8926bc75806265581
parent31a0ab411aa1316be07d3b3e49a91ca813dac54f
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