1. NAME

pci_remove_resource_files - cleanup resource files

2. SYNOPSIS

void pci_remove_resource_files(struct pci_dev *  pdev );

3. ARGUMENTS

pdev
    dev to cleanup

4. DESCRIPTION

If we created resource files for pdev, remove them from sysfs and free their resources.

5. COPYRIGHT