From a621bdcfff2ef24c16da67180310c67fe8f6ea84 Mon Sep 17 00:00:00 2001 From: Paolo Sabatino Date: Tue, 27 Jan 2026 22:52:51 +0100 Subject: [PATCH] rockchip64: fix clang build error --- .../rk3399-usbc-notify-typec-dp-hpd-state-through-extcon.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patch/kernel/archive/rockchip64-6.19/rk3399-usbc-notify-typec-dp-hpd-state-through-extcon.patch b/patch/kernel/archive/rockchip64-6.19/rk3399-usbc-notify-typec-dp-hpd-state-through-extcon.patch index 3e4e9f0110..34d0b01f7a 100644 --- a/patch/kernel/archive/rockchip64-6.19/rk3399-usbc-notify-typec-dp-hpd-state-through-extcon.patch +++ b/patch/kernel/archive/rockchip64-6.19/rk3399-usbc-notify-typec-dp-hpd-state-through-extcon.patch @@ -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; +