Skip to content

Commit b116bd3

Browse files
committed
drm/i915/display: remove superfluous <linux/types.h> includes
Commit f7a9dc7 ("drm/i915/scaler: Use intel_display as argument to skl_scaler_max_src_size") added superfluous includes. Remove them. Cc: Suraj Kandpal <suraj.kandpal@intel.com> Cc: Ankit Nautiyal <ankit.k.nautiyal@intel.com> Reviewed-by: Suraj Kandpal <suraj.kandpal@intel.com> Link: https://lore.kernel.org/r/20250728102113.238730-1-jani.nikula@intel.com Signed-off-by: Jani Nikula <jani.nikula@intel.com>
1 parent 6c57634 commit b116bd3

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
#ifndef __INTEL_PFIT_H__
77
#define __INTEL_PFIT_H__
88

9-
#include <linux/types.h>
10-
119
enum drm_mode_status;
1210
struct drm_display_mode;
1311
struct drm_connector_state;

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
#ifndef INTEL_SCALER_H
66
#define INTEL_SCALER_H
77

8-
#include <linux/types.h>
9-
108
enum drm_mode_status;
119
struct drm_display_mode;
1210
struct intel_atomic_state;

0 commit comments

Comments
 (0)