mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 17:13:52 +02:00
drm/i915/bo: remove unnecessary include
intel_bo.c doesn't need intel_display_types.h for anything. Remove. Reviewed-by: Luca Coelho <luciano.coelho@intel.com> Link: https://lore.kernel.org/r/20250814132445.1573035-1-jani.nikula@intel.com Signed-off-by: Jani Nikula <jani.nikula@intel.com>
This commit is contained in:
parent
7c79b8aa91
commit
63e0b17ae7
|
|
@ -2,7 +2,7 @@
|
|||
/* Copyright © 2024 Intel Corporation */
|
||||
|
||||
#include <drm/drm_panic.h>
|
||||
#include "display/intel_display_types.h"
|
||||
|
||||
#include "gem/i915_gem_mman.h"
|
||||
#include "gem/i915_gem_object.h"
|
||||
#include "gem/i915_gem_object_frontbuffer.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user