LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] drm/rockchip: dsi: Fix duplicate included linux/phy/phy.h
@ 2021-08-20 10:18 Jiapeng Chong
2021-09-21 10:03 ` Heiko Stuebner
0 siblings, 1 reply; 2+ messages in thread
From: Jiapeng Chong @ 2021-08-20 10:18 UTC (permalink / raw)
To: hjc
Cc: heiko, airlied, daniel, dri-devel, linux-arm-kernel,
linux-rockchip, linux-kernel, Jiapeng Chong
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>
---
drivers/gpu/drm/rockchip/dw-mipi-dsi-rockchip.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/gpu/drm/rockchip/dw-mipi-dsi-rockchip.c b/drivers/gpu/drm/rockchip/dw-mipi-dsi-rockchip.c
index a2262be..4a6c100 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>
--
1.8.3.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] drm/rockchip: dsi: Fix duplicate included linux/phy/phy.h
2021-08-20 10:18 [PATCH] drm/rockchip: dsi: Fix duplicate included linux/phy/phy.h Jiapeng Chong
@ 2021-09-21 10:03 ` Heiko Stuebner
0 siblings, 0 replies; 2+ messages in thread
From: Heiko Stuebner @ 2021-09-21 10:03 UTC (permalink / raw)
To: hjc, Jiapeng Chong
Cc: Heiko Stuebner, linux-rockchip, daniel, linux-arm-kernel,
dri-devel, linux-kernel, airlied
On Fri, 20 Aug 2021 18:18:49 +0800, Jiapeng Chong wrote:
> Clean up the following includecheck warning:
>
> ./drivers/gpu/drm/rockchip/dw-mipi-dsi-rockchip.c: linux/phy/phy.h is
> included more than once.
Applied, thanks!
[1/1] drm/rockchip: dsi: Fix duplicate included linux/phy/phy.h
commit: d90def98f90fb166191f19b41620e1a54b6dac75
Best regards,
--
Heiko Stuebner <heiko@sntech.de>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-09-21 10:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-20 10:18 [PATCH] drm/rockchip: dsi: Fix duplicate included linux/phy/phy.h Jiapeng Chong
2021-09-21 10:03 ` Heiko Stuebner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).