1CLASS_COMPAT_REMOVE_(9) Device drivers infrastructure CLASS_COMPAT_REMOVE_(9)
2
3
4
6 class_compat_remove_link - remove a compatibility class device link to
7 a bus device
8
10 void class_compat_remove_link(struct class_compat * cls,
11 struct device * dev,
12 struct device * device_link);
13
15 cls
16 the compatibility class
17
18 dev
19 the target bus device
20
21 device_link
22 an optional device to which a “device” link was previously created
23
25Kernel Hackers Manual 2.6. June 2019 CLASS_COMPAT_REMOVE_(9)