1. NAME

class_compat_remove_link - remove a compatibility class device link to a bus device

2. SYNOPSIS

void class_compat_remove_link(struct class_compat *  cls , struct device *  dev , struct device *  device_link );

3. ARGUMENTS

cls
    the compatibility class

dev
    the target bus device

device_link
    an optional device to which a « device » link was previously created

4. COPYRIGHT