Message ID | 1605081476-27098-1-git-send-email-tiantao6@hisilicon.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 64aec620b7f20cd925ef4641731539f946f5c011 |
Headers | show |
Series | drm/msm/dp: remove duplicate include statement | expand |
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 <tiantao6@hisilicon.com> > --- Reviewed-by: Stephen Boyd <swboyd@chromium.org>
Hello: This patch was applied to qcom/linux.git (refs/heads/for-next): On Wed, 11 Nov 2020 15:57:56 +0800 you wrote: > linux/rational.h is included more than once, Remove the one that isn't > necessary. > > Signed-off-by: Tian Tao <tiantao6@hisilicon.com> > --- > drivers/gpu/drm/msm/dp/dp_catalog.c | 1 - > 1 file changed, 1 deletion(-) Here is the summary with links: - drm/msm/dp: remove duplicate include statement https://git.kernel.org/qcom/c/64aec620b7f2 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
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>
linux/rational.h is included more than once, Remove the one that isn't necessary. Signed-off-by: Tian Tao <tiantao6@hisilicon.com> --- drivers/gpu/drm/msm/dp/dp_catalog.c | 1 - 1 file changed, 1 deletion(-)