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)
commit5bc6f8c2a97e5dd3b94e8c3cff3a77c2f5bffd8d
tree9caab0de4f5e3d2aaa3cf8fc0a4ff28ead895e16
parent5f71b2f105e5d71e0c5204ba9b1b4def48733af7
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 16cc5ad0b439
("power: regulator: add dummy helper").

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