diff options
author | Tian Tao <tiantao6@hisilicon.com> | 2020-11-11 15:57:56 +0800 |
---|---|---|
committer | Rob Clark <robdclark@chromium.org> | 2020-11-29 10:54:49 -0800 |
commit | 64aec620b7f20cd925ef4641731539f946f5c011 (patch) | |
tree | bee8c5415c6e3372f6fe602d606428e4d2f05e16 /drivers/gpu/drm/msm/dp/dp_catalog.c | |
parent | 8b6947a81e56f0ef06be8a6d805df9634b4fd3f7 (diff) |
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 <tiantao6@hisilicon.com>
Reviewed-by: Stephen Boyd <swboyd@chromium.org>
Signed-off-by: Rob Clark <robdclark@chromium.org>
Diffstat (limited to 'drivers/gpu/drm/msm/dp/dp_catalog.c')
-rw-r--r-- | drivers/gpu/drm/msm/dp/dp_catalog.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 <linux/rational.h> #include <linux/delay.h> #include <linux/iopoll.h> #include <linux/phy/phy.h> |