From c6443c0b466bc04d383a2a50468783b5f0a828af Mon Sep 17 00:00:00 2001 From: Tao Huang Date: Sat, 1 Feb 2025 15:01:58 +0800 Subject: [PATCH] drm/rockchip: dsi2: Explicitly include linux/platform_device.h Change-Id: Ie4b6eb3e89618984f7fdc4aeb305b065779552d6 Signed-off-by: Tao Huang --- drivers/gpu/drm/rockchip/dw-mipi-dsi2-rockchip.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/rockchip/dw-mipi-dsi2-rockchip.c b/drivers/gpu/drm/rockchip/dw-mipi-dsi2-rockchip.c index c56bec9c0822..f9b8632a280a 100644 --- a/drivers/gpu/drm/rockchip/dw-mipi-dsi2-rockchip.c +++ b/drivers/gpu/drm/rockchip/dw-mipi-dsi2-rockchip.c @@ -14,6 +14,7 @@ #include #include #include +#include #include #include #include