]> git.baikalelectronics.ru Git - uboot.git/commit
video: stm32: remove test on CONFIG_DM_REGULATOR
authorPatrick Delaunay <patrick.delaunay@foss.st.com>
Mon, 20 Jun 2022 09:55:07 +0000 (11:55 +0200)
committerAnatolij Gustschin <agust@denx.de>
Sat, 25 Jun 2022 06:18:42 +0000 (08:18 +0200)
commitfc3d52a441bf17bfe9c6846f6a821ca7bcaa1640
tree9caab0de4f5e3d2aaa3cf8fc0a4ff28ead895e16
parent6fcaa0660e2aec57abd0e706525bbd66ea689325
video: stm32: remove test on CONFIG_DM_REGULATOR

The tests on CONFIG_DM_REGULATOR, added to avoid compilation issues, can
now be removed, they are no more needed since the commit 8b4a43deb9b0
("power: regulator: add dummy helper").

Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
drivers/video/stm32/stm32_dsi.c