summaryrefslogtreecommitdiff
path: root/include/drm/drm_panel.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2018-09-28 02:25:26 +0300
committerDave Airlie <airlied@redhat.com>2018-09-28 02:25:56 +0300
commitadba0e5493ab21fb5098bc1654aca6826036273c (patch)
treeb012945e33ef5cee42421692a6c39a2bf62f8c4f /include/drm/drm_panel.h
parent576156bb01a62c1f64b32b416593862bb34bddaa (diff)
parentd6a77ba0eb92d8ffa4b05a442fc20d0a9b11c4c4 (diff)
downloadlinux-adba0e5493ab21fb5098bc1654aca6826036273c.tar.xz
Merge tag 'drm-misc-fixes-2018-09-27-1' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
- Revert adding device-link to panels - Don't leak fences in drm/syncobj Signed-off-by: Dave Airlie <airlied@redhat.com> From: Sean Paul <sean@poorly.run> Link: https://patchwork.freedesktop.org/patch/msgid/20180927152712.GA53076@art_vandelay
Diffstat (limited to 'include/drm/drm_panel.h')
-rw-r--r--include/drm/drm_panel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drm/drm_panel.h b/include/drm/drm_panel.h
index 582a0ec0aa70..777814755fa6 100644
--- a/include/drm/drm_panel.h
+++ b/include/drm/drm_panel.h
@@ -89,7 +89,6 @@ struct drm_panel {
struct drm_device *drm;
struct drm_connector *connector;
struct device *dev;
- struct device_link *link;
const struct drm_panel_funcs *funcs;