From: Tian Tao Date: Wed, 11 Nov 2020 07:57:56 +0000 (+0800) Subject: drm/msm/dp: remove duplicate include statement X-Git-Tag: io_uring-5.11-2020-12-23~116^2~1^2~12 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=64aec620b7f20cd925ef4641731539f946f5c011;p=linux-block.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 c2fe0009b092..44f0c57798d0 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