diff options
author | Jiapeng Chong <jiapeng.chong@linux.alibaba.com> | 2021-08-20 13:18:49 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2021-09-21 12:48:15 +0300 |
commit | d90def98f90fb166191f19b41620e1a54b6dac75 (patch) | |
tree | 932d6c41dc61c43a0ad277c1c7e2cb910b4aad18 /drivers/gpu/drm/rockchip/dw-mipi-dsi-rockchip.c | |
parent | 61735698103fafb5bc0df4ab208fc140c27cabc6 (diff) | |
download | linux-d90def98f90fb166191f19b41620e1a54b6dac75.tar.xz |
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 <abaci@linux.alibaba.com>
Fixes: 71f68fe7f121 ("drm/rockchip: dsi: add ability to work as a phy instead of full dsi")
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://patchwork.freedesktop.org/patch/msgid/1629454729-108701-1-git-send-email-jiapeng.chong@linux.alibaba.com
Diffstat (limited to 'drivers/gpu/drm/rockchip/dw-mipi-dsi-rockchip.c')
-rw-r--r-- | drivers/gpu/drm/rockchip/dw-mipi-dsi-rockchip.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/rockchip/dw-mipi-dsi-rockchip.c b/drivers/gpu/drm/rockchip/dw-mipi-dsi-rockchip.c index a2262bee5aa4..4a6c100ec75f 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 <linux/of_device.h> #include <linux/phy/phy.h> #include <linux/pm_runtime.h> -#include <linux/phy/phy.h> #include <linux/regmap.h> #include <video/mipi_display.h> |