diff mbox

[Xenial,SRU] UBUNTU: SAUCE: i915_bpo: Remove MODULE_FIRMWARE statement for i915/kbl_dmc_ver1.bin

Message ID 1486992778-105528-1-git-send-email-seth.forshee@canonical.com
State New
Headers show

Commit Message

Seth Forshee Feb. 13, 2017, 1:32 p.m. UTC
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>
---
 ubuntu/i915/intel_csr.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Tim Gardner Feb. 13, 2017, 1:38 p.m. UTC | #1

Stefan Bader Feb. 14, 2017, 11:38 a.m. UTC | #2

Thadeu Lima de Souza Cascardo Feb. 14, 2017, 12:45 p.m. UTC | #3
Applied to xenial master-next branch.

Thanks.
Cascardo.
diff mbox

Patch

diff --git a/ubuntu/i915/intel_csr.c b/ubuntu/i915/intel_csr.c
index 2b3b428d9cd2..91eb151242a1 100644
--- a/ubuntu/i915/intel_csr.c
+++ b/ubuntu/i915/intel_csr.c
@@ -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"