From: Tian Tao Date: Wed, 11 Nov 2020 07:57:56 +0000 (+0800) Subject: drm/msm/dp: remove duplicate include statement X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=64aec620b7f20cd925ef4641731539f946f5c011;p=linux.git 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 Reviewed-by: Stephen Boyd Signed-off-by: Rob Clark --- diff --git a/drivers/gpu/drm/msm/dp/dp_catalog.c b/drivers/gpu/drm/msm/dp/dp_catalog.c index c2fe0009b0925..44f0c57798d07 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 #include #include #include