mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 03:04:51 +01:00
drm/dp_mst: avoid includes in drm_dp_mst_topology_internal.h
Prefer forward declarations over includes where possible. Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com> Signed-off-by: Jani Nikula <jani.nikula@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/83d96b40724e7fd18bec81a9c6c935dbe924da91.1709898638.git.jani.nikula@intel.com
This commit is contained in:
parent
2042ada015
commit
6913eff38c
1 changed files with 3 additions and 1 deletions
|
|
@ -10,7 +10,9 @@
|
|||
#ifndef _DRM_DP_MST_HELPER_INTERNAL_H_
|
||||
#define _DRM_DP_MST_HELPER_INTERNAL_H_
|
||||
|
||||
#include <drm/display/drm_dp_mst_helper.h>
|
||||
struct drm_dp_sideband_msg_req_body;
|
||||
struct drm_dp_sideband_msg_tx;
|
||||
struct drm_printer;
|
||||
|
||||
void
|
||||
drm_dp_encode_sideband_req(const struct drm_dp_sideband_msg_req_body *req,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue