diff options
| author | Rodrigo Vivi <rodrigo.vivi@intel.com> | 2024-08-21 15:38:33 -0400 |
|---|---|---|
| committer | Rodrigo Vivi <rodrigo.vivi@intel.com> | 2024-08-22 14:00:44 -0400 |
| commit | df99acc7ba1be9f111debdb75e00539fed8ad21a (patch) | |
| tree | 0710d2acb1d45f4b9b0c10d9224cd5581dae9d17 /drivers/gpu/drm/xe/xe_res_cursor.h | |
| parent | 244fe1666364865154930f34d8df5489df1922b6 (diff) | |
| download | linux-next-df99acc7ba1be9f111debdb75e00539fed8ad21a.tar.gz linux-next-df99acc7ba1be9f111debdb75e00539fed8ad21a.zip | |
drm/xe: Remove unnecessary drm_mm.h includes
These includes are no longer necessary, and where appropriate
are replaced by the linux/types.h one.
Reviewed-by: Jonathan Cavitt <jonathan.cavitt@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240821193842.352557-3-rodrigo.vivi@intel.com
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Diffstat (limited to 'drivers/gpu/drm/xe/xe_res_cursor.h')
| -rw-r--r-- | drivers/gpu/drm/xe/xe_res_cursor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/xe/xe_res_cursor.h b/drivers/gpu/drm/xe/xe_res_cursor.h index 655af89b31a9..dca374b6521c 100644 --- a/drivers/gpu/drm/xe/xe_res_cursor.h +++ b/drivers/gpu/drm/xe/xe_res_cursor.h @@ -26,7 +26,6 @@ #include <linux/scatterlist.h> -#include <drm/drm_mm.h> #include <drm/ttm/ttm_placement.h> #include <drm/ttm/ttm_range_manager.h> #include <drm/ttm/ttm_resource.h> |
