2020-11-11 08:01:35

by Tian Tao

[permalink] [raw]
Subject: [PATCH] drm/msm/dp: remove duplicate include statement

linux/rational.h is included more than once, Remove the one that isn't
necessary.

Signed-off-by: Tian Tao <[email protected]>
---
drivers/gpu/drm/msm/dp/dp_catalog.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/msm/dp/dp_catalog.c b/drivers/gpu/drm/msm/dp/dp_catalog.c
index b15b4ce..105fa65 100644
--- a/drivers/gpu/drm/msm/dp/dp_catalog.c
+++ b/drivers/gpu/drm/msm/dp/dp_catalog.c
@@ -5,7 +5,6 @@

#define pr_fmt(fmt) "[drm-dp] %s: " fmt, __func__

-#include <linux/rational.h>
#include <linux/delay.h>
#include <linux/iopoll.h>
#include <linux/phy/phy.h>
--
2.7.4


2020-11-11 18:33:48

by Stephen Boyd

[permalink] [raw]
Subject: Re: [PATCH] drm/msm/dp: remove duplicate include statement

Quoting Tian Tao (2020-11-10 23:57:56)
> linux/rational.h is included more than once, Remove the one that isn't
> necessary.
>
> Signed-off-by: Tian Tao <[email protected]>
> ---

Reviewed-by: Stephen Boyd <[email protected]>