From: Jiapeng Chong Date: Fri, 20 Aug 2021 10:18:49 +0000 (+0800) Subject: drm/rockchip: dsi: Fix duplicate included linux/phy/phy.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d90def98f90fb166191f19b41620e1a54b6dac75;p=linux.git drm/rockchip: dsi: Fix duplicate included linux/phy/phy.h Clean up the following includecheck warning: ./drivers/gpu/drm/rockchip/dw-mipi-dsi-rockchip.c: linux/phy/phy.h is included more than once. Reported-by: Abaci Robot Fixes: 71f68fe7f121 ("drm/rockchip: dsi: add ability to work as a phy instead of full dsi") Signed-off-by: Jiapeng Chong Signed-off-by: Heiko Stuebner Link: https://patchwork.freedesktop.org/patch/msgid/1629454729-108701-1-git-send-email-jiapeng.chong@linux.alibaba.com --- diff --git a/drivers/gpu/drm/rockchip/dw-mipi-dsi-rockchip.c b/drivers/gpu/drm/rockchip/dw-mipi-dsi-rockchip.c index a2262bee5aa47..4a6c100ec75f8 100644 --- a/drivers/gpu/drm/rockchip/dw-mipi-dsi-rockchip.c +++ b/drivers/gpu/drm/rockchip/dw-mipi-dsi-rockchip.c @@ -14,7 +14,6 @@ #include #include #include -#include #include #include