forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 95099d4622f8cb224d94e314c7a8e0df60b13f87
kernel/drivers/usb/typec/bus.h
....@@ -22,8 +22,6 @@
2222
2323 struct altmode *partner;
2424 struct altmode *plug[2];
25
-
26
- struct blocking_notifier_head nh;
2725 };
2826
2927 #define to_altmode(d) container_of(d, struct altmode, adev)