--- /var/lib/dkms/fglrx-core/15.200/source/kcl_acpi.c 2015-03-06 22:44:48.000000000 +0600 +++ kcl_acpi.c 2015-08-02 22:56:57.939949851 +0600 @@ -861,7 +861,9 @@ #elif LINUX_VERSION_CODE >= KERNEL_VERSION(3,17,0) if(pdev) { - pci_ignore_hotplug(pdev); + pdev->ignore_hotplug = 1; + if ( pdev->bus->self) + pdev->bus->self->ignore_hotplug = 1; } #endif }