Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] lib/igt: don't include i915_pciids.h everywhere
@ 2022-03-11 11:37 Jani Nikula
  2022-03-11 12:02 ` Petri Latvala
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Jani Nikula @ 2022-03-11 11:37 UTC (permalink / raw)
  To: igt-dev; +Cc: jani.nikula

Macros from i915_pciids.h are only needed in one place,
intel_device_info.c, and that already includes the header. Remove an
unnecessary global include.

Signed-off-by: Jani Nikula <jani.nikula@intel.com>
---
 lib/igt.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/igt.h b/lib/igt.h
index 0bf98aa5d767..96a368e11bbf 100644
--- a/lib/igt.h
+++ b/lib/igt.h
@@ -26,7 +26,6 @@
 
 #include "drmtest.h"
 #include "i915_3d.h"
-#include "i915_pciids.h"
 #include "igt_aux.h"
 #include "igt_core.h"
 #include "igt_core.h"
-- 
2.30.2

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-03-11 16:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-11 11:37 [igt-dev] [PATCH i-g-t] lib/igt: don't include i915_pciids.h everywhere Jani Nikula
2022-03-11 12:02 ` Petri Latvala
2022-03-11 16:39   ` Jani Nikula
2022-03-11 12:32 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2022-03-11 14:55 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox