OSDN Git Service

x86/gpu: include drm/i915_pciids.h directly in early quirks
authorJani Nikula <jani.nikula@intel.com>
Fri, 11 Mar 2022 10:06:38 +0000 (12:06 +0200)
committerJani Nikula <jani.nikula@intel.com>
Mon, 14 Mar 2022 15:57:00 +0000 (17:57 +0200)
early-quirks.c is the only user of drm/i915_drm.h that also needs
drm/i915_pciids.h. Include the masses of PCI ID macros only where
needed.

Cc: Bjorn Helgaas <bhelgaas@google.com>
Cc: linux-pci@vger.kernel.org
Cc: x86@kernel.org
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Acked-by: Bjorn Helgaas <bhelgaas@google.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220311100639.114685-1-jani.nikula@intel.com
arch/x86/kernel/early-quirks.c
include/drm/i915_drm.h

index bd6dad8..8055967 100644 (file)
@@ -18,6 +18,7 @@
 #include <linux/bcma/bcma_regs.h>
 #include <linux/platform_data/x86/apple.h>
 #include <drm/i915_drm.h>
+#include <drm/i915_pciids.h>
 #include <asm/pci-direct.h>
 #include <asm/dma.h>
 #include <asm/io_apic.h>
index 6722005..afbf3ef 100644 (file)
@@ -26,7 +26,6 @@
 #ifndef _I915_DRM_H_
 #define _I915_DRM_H_
 
-#include <drm/i915_pciids.h>
 #include <uapi/drm/i915_drm.h>
 
 /* For use by IPS driver */