forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-16 50a212ec906f7524620675f0c57357691c26c81f
kernel/drivers/hwtracing/coresight/coresight-trbe.c
....@@ -1030,6 +1030,7 @@
10301030
10311031 static void arm_trbe_remove_cpuhp(struct trbe_drvdata *drvdata)
10321032 {
1033
+ cpuhp_state_remove_instance(drvdata->trbe_online, &drvdata->hotplug_node);
10331034 cpuhp_remove_multi_state(drvdata->trbe_online);
10341035 }
10351036