]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
UBUNTU: SAUCE: i915_bpo: Remove MODULE_FIRMWARE statement for i915/kbl_dmc_ver1.bin
authorSeth Forshee <seth.forshee@canonical.com>
Mon, 13 Feb 2017 13:32:58 +0000 (07:32 -0600)
committerThadeu Lima de Souza Cascardo <cascardo@canonical.com>
Wed, 8 Mar 2017 13:35:47 +0000 (10:35 -0300)
BugLink: http://bugs.launchpad.net/bugs/1624164
This is optional firmware. It had been added to xenial's
linux-firmware but was removed due to regressions with some
hardware. Since it's not required we can remove the
MODULE_FIRMWARE statement to prevent missing firmware warnings
when generating the initrd.

Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
Acked-by: Tim Gardner <tim.gardner@canonical.com>
Acked-by: Stefan Bader <stefan.bader@canonical.com>
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@canonical.com>
ubuntu/i915/intel_csr.c

index 2b3b428d9cd2b01e4d5d3627e89e712b18937547..91eb151242a1e4906fc7e4c979b0b057df2dbc11 100644 (file)
@@ -42,7 +42,6 @@
  */
 
 #define I915_CSR_KBL "i915/kbl_dmc_ver1.bin"
-MODULE_FIRMWARE(I915_CSR_KBL);
 #define KBL_CSR_VERSION_REQUIRED       CSR_VERSION(1, 1)
 
 #define I915_CSR_SKL "i915/skl_dmc_ver1.bin"