rockchip64: fix clang build error

This commit is contained in:
Paolo Sabatino 2026-01-27 22:52:51 +01:00 committed by Igor
parent 25790ca604
commit a621bdcfff

View File

@ -31,7 +31,7 @@ index 111111111111..222222222222 100644
+/* Notify DP hotplug change via extcon. Current rockchip cdn-dp driver need this signal
+ * to reset DP link. */
+static void dp_altmode_update_extcon_hpd_status(struct dp_altmode *dp, bool new_hpd) {
+ const struct device *dev = &dp->alt->dev;
+ struct device *dev = &dp->alt->dev;
+ struct extcon_dev* edev = NULL;
+ int ret;
+