From: Jani Nikula Date: Wed, 6 Mar 2024 18:31:10 +0000 (+0200) Subject: drm: bridge: samsung-dsim: make samsung-dsim.h self-contained X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9811a99cddbafcdde06d9a7f15f073fb452f23e7;p=linux.git drm: bridge: samsung-dsim: make samsung-dsim.h self-contained Include and forward declare struct platform device. Reviewed-by: Thomas Zimmermann Signed-off-by: Jani Nikula Link: https://patchwork.freedesktop.org/patch/msgid/9534ca7dfba96580950e116c84ce0fa68fdf93a4.1709749576.git.jani.nikula@intel.com --- diff --git a/include/drm/bridge/samsung-dsim.h b/include/drm/bridge/samsung-dsim.h index e0c105051246a..9764d6eb5beb9 100644 --- a/include/drm/bridge/samsung-dsim.h +++ b/include/drm/bridge/samsung-dsim.h @@ -11,9 +11,11 @@ #include #include -#include +#include #include +#include +struct platform_device; struct samsung_dsim; #define DSIM_STATE_ENABLED BIT(0)