mirror of
https://github.com/torvalds/linux.git
synced 2026-07-29 02:31:27 +02:00
drm/i915/colorop: do not include headers from headers
drm_colorop.h doesn't need the intel_display_types.h include for
anything. Don't include headers from headers if it can be avoided.
Fixes: 3e9b06559a ("drm/i915: Add intel_color_op")
Cc: Suraj Kandpal <suraj.kandpal@intel.com>
Cc: Chaitanya Kumar Borah <chaitanya.kumar.borah@intel.com>
Cc: Uma Shankar <uma.shankar@intel.com>
Reviewed-by: Chaitanya Kumar Borah <chaitanya.kumar.borah@intel.com>
Link: https://patch.msgid.link/20251218141807.409751-1-jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
This commit is contained in:
parent
cffa413f1c
commit
6a35915229
|
|
@ -2,7 +2,9 @@
|
|||
/*
|
||||
* Copyright © 2025 Intel Corporation
|
||||
*/
|
||||
|
||||
#include "intel_colorop.h"
|
||||
#include "intel_display_types.h"
|
||||
|
||||
struct intel_colorop *to_intel_colorop(struct drm_colorop *colorop)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -6,7 +6,9 @@
|
|||
#ifndef __INTEL_COLOROP_H__
|
||||
#define __INTEL_COLOROP_H__
|
||||
|
||||
#include "intel_display_types.h"
|
||||
enum intel_color_block;
|
||||
struct drm_colorop;
|
||||
struct intel_colorop;
|
||||
|
||||
struct intel_colorop *to_intel_colorop(struct drm_colorop *colorop);
|
||||
struct intel_colorop *intel_colorop_alloc(void);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user