Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 880b6851 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: mdss: hdmi: add missing sentinel to of_match_table"

parents 60da0bbf a59569ca
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3976,6 +3976,7 @@ static int hdmi_tx_remove(struct platform_device *pdev)

static const struct of_device_id hdmi_tx_dt_match[] = {
	{.compatible = COMPATIBLE_NAME,},
	{ /* Sentinel */ },
};
MODULE_DEVICE_TABLE(of, hdmi_tx_dt_match);