Caused by kernel changing export of function pci_ignore_hotplug to a GPL
export in drivers/pci/pci.c.  Also affects kernel 4.1.3.   The fix
requires working around calling pci_ignore_hotplug in kcl_acpi.c, line
864.


--- kcl_acpi.c  2015-07-31 11:29:12.258116934 -0600
+++ /var/lib/dkms/fglrx-core/15.200/source/kcl_acpi.c   2015-07-31 
11:33:43.582122028 -0600
@@ -861,7 +861,10 @@
 #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
 }

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to fglrx-installer in Ubuntu.
https://bugs.launchpad.net/bugs/1479913

Title:
  fglrx-core 2:15.200-0ubuntu4.1: fglrx-core kernel module failed to
  build [FATAL: modpost: GPL-incompatible module fglrx.ko uses GPL-only
  symbol 'pci_ignore_hotplug']

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/1479913/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to     : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp

Reply via email to