Skip to content

Commit 5e0bff2

Browse files
committed
drm/i915/display: Include of display limits doesn't need 'display/'
Drop the unnecessary directory prefix. This also makes intel_display_device.h easier to use from the Xe driver. Cc: Lucas De Marchi <lucas.demarchi@intel.com> Cc: Jani Nikula <jani.nikula@linux.intel.com> Signed-off-by: Matt Roper <matthew.d.roper@intel.com> Reviewed-by: Jani Nikula <jani.nikula@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20230607150946.1996087-1-matthew.d.roper@intel.com
1 parent 4c4cc7a commit 5e0bff2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/i915/display/intel_display_device.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
#include <linux/types.h>
1010

11-
#include "display/intel_display_limits.h"
11+
#include "intel_display_limits.h"
1212

1313
struct drm_i915_private;
1414

0 commit comments

Comments
 (0)