drm/i915: Remove __maybe_unused from mtl_info
authorLucas De Marchi <lucas.demarchi@intel.com>
Wed, 14 Dec 2022 19:49:44 +0000 (11:49 -0800)
committerLucas De Marchi <lucas.demarchi@intel.com>
Fri, 16 Dec 2022 16:44:17 +0000 (08:44 -0800)
commit50490ce05b7a50b0bd4108fa7d6db3ca2972fa83
tree0f1f2e2fbbbfa1b47bbf862766ba8e884a09ab0e
parent9a4cea629a36e836ba384b3adeb5942dacdbabbd
drm/i915: Remove __maybe_unused from mtl_info

The attribute __maybe_unused should remain only until the respective
info is not in the pciidlist. The info can't be added together
with its definition because that would cause the driver to automatically
probe for the device, while it's still not ready for that. However once
pciidlist contains it, the attribute can be removed.

Fixes: 7835303982d1 ("drm/i915/mtl: Add MeteorLake PCI IDs")
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: Radhakrishna Sripada <radhakrishna.sripada@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20221214194944.3670344-1-lucas.demarchi@intel.com
drivers/gpu/drm/i915/i915_pci.c