Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/xe/configfs: Use proper notation for local include

For local includes we should use "" notation, not <>.

Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Reviewed-by: Piotr Piórkowski <piotr.piorkowski@intel.com>
Acked-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Link: https://patch.msgid.link/20260121214218.2817-3-michal.wajdeczko@intel.com

+1 -1
+1 -1
drivers/gpu/drm/xe/xe_configfs.h
··· 8 8 #include <linux/limits.h> 9 9 #include <linux/types.h> 10 10 11 - #include <xe_hw_engine_types.h> 11 + #include "xe_hw_engine_types.h" 12 12 13 13 struct pci_dev; 14 14