Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1443056
| From | Mark Yao <mark.yao@rock-chips.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/6] drm/rockchip: dw_hdmi: remove unused #include |
| Date | 2016-07-14 05:40 +0200 |
| Message-ID | <rUFFg-43M-23@gated-at.bofh.it> (permalink) |
| References | <rUFFf-43M-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: John Keeping <john@metanate.com> drm_encoder_slave is not used in this file. Signed-off-by: John Keeping <john@metanate.com> Signed-off-by: Mark Yao <mark.yao@rock-chips.com> --- drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c b/drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c index 801110f..0665fb9 100644 --- a/drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c +++ b/drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c @@ -15,7 +15,6 @@ #include <drm/drmP.h> #include <drm/drm_crtc_helper.h> #include <drm/drm_edid.h> -#include <drm/drm_encoder_slave.h> #include <drm/bridge/dw_hdmi.h> #include "rockchip_drm_drv.h" -- 1.9.1
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 0/6] drm/rockchip: some fixes Mark Yao <mark.yao@rock-chips.com> - 2016-07-14 05:40 +0200
[PATCH 2/6] drm/rockchip: fb: add missing header Mark Yao <mark.yao@rock-chips.com> - 2016-07-14 05:40 +0200
[PATCH 6/6] drm/rockchip: vop: correct rk3036 register define Mark Yao <mark.yao@rock-chips.com> - 2016-07-14 05:40 +0200
Re: [PATCH 6/6] drm/rockchip: vop: correct rk3036 register define Sean Paul <seanpaul@chromium.org> - 2016-07-14 17:40 +0200
[PATCH 4/6] drm/rockchip: vop: add uv_vir register field for RK3036 VOP Mark Yao <mark.yao@rock-chips.com> - 2016-07-14 05:40 +0200
[PATCH 3/6] drm/rockchip: fix "should it be static?" warnings Mark Yao <mark.yao@rock-chips.com> - 2016-07-14 05:40 +0200
[PATCH 1/6] drm/rockchip: dw_hdmi: remove unused #include Mark Yao <mark.yao@rock-chips.com> - 2016-07-14 05:40 +0200
csiph-web