diff options
author | Jani Nikula <jani.nikula@intel.com> | 2024-08-27 12:15:39 +0300 |
---|---|---|
committer | Rodrigo Vivi <rodrigo.vivi@intel.com> | 2024-08-28 15:17:54 -0400 |
commit | 87d8ecf015444c51ea9d9154f633f98b7748a724 (patch) | |
tree | ec5c0db94f88eefdcabf2dc9da160abaaaac4a9b /drivers/gpu/drm/xe/xe_bo.c | |
parent | a7f657097e96d8fa745c74bb1a239ebd5a8c971c (diff) | |
download | lwn-87d8ecf015444c51ea9d9154f633f98b7748a724.tar.gz lwn-87d8ecf015444c51ea9d9154f633f98b7748a724.zip |
drm/xe: replace #include <drm/xe_drm.h> with <uapi/drm/xe_drm.h>
include/drm/xe_drm.h does not exist. Prefer the explicit uapi include.
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240827091539.4136838-1-jani.nikula@intel.com
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Diffstat (limited to 'drivers/gpu/drm/xe/xe_bo.c')
-rw-r--r-- | drivers/gpu/drm/xe/xe_bo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/xe/xe_bo.c b/drivers/gpu/drm/xe/xe_bo.c index e3d68710a91a..1c18ba9bd099 100644 --- a/drivers/gpu/drm/xe/xe_bo.c +++ b/drivers/gpu/drm/xe/xe_bo.c @@ -13,7 +13,7 @@ #include <drm/ttm/ttm_device.h> #include <drm/ttm/ttm_placement.h> #include <drm/ttm/ttm_tt.h> -#include <drm/xe_drm.h> +#include <uapi/drm/xe_drm.h> #include "xe_device.h" #include "xe_dma_buf.h" |