forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
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)