mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-17 23:37:01 +00:00
video: meson: meson_dw_hdmi: fix the potential build warning
Fix the potential build warning. Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
This commit is contained in:
parent
85c9a7ba8c
commit
fe76c4207e
1 changed files with 2 additions and 0 deletions
|
@ -379,7 +379,9 @@ static int meson_dw_hdmi_probe(struct udevice *dev)
|
|||
struct meson_dw_hdmi *priv = dev_get_priv(dev);
|
||||
struct reset_ctl_bulk resets;
|
||||
struct clk_bulk clocks;
|
||||
#if CONFIG_IS_ENABLED(DM_REGULATOR)
|
||||
struct udevice *supply;
|
||||
#endif
|
||||
int ret;
|
||||
|
||||
priv->dev = dev;
|
||||
|
|
Loading…
Add table
Reference in a new issue