mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-03-22 07:27:12 +08:00
drm/i915/display: remove superfluous <linux/types.h> includes
Commit f7a9dc7965 ("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>
This commit is contained in:
@@ -6,8 +6,6 @@
|
||||
#ifndef __INTEL_PFIT_H__
|
||||
#define __INTEL_PFIT_H__
|
||||
|
||||
#include <linux/types.h>
|
||||
|
||||
enum drm_mode_status;
|
||||
struct drm_display_mode;
|
||||
struct drm_connector_state;
|
||||
|
||||
@@ -5,8 +5,6 @@
|
||||
#ifndef INTEL_SCALER_H
|
||||
#define INTEL_SCALER_H
|
||||
|
||||
#include <linux/types.h>
|
||||
|
||||
enum drm_mode_status;
|
||||
struct drm_display_mode;
|
||||
struct intel_atomic_state;
|
||||
|
||||
Reference in New Issue
Block a user