aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2015-01-30 12:36:12 +0100
committerThierry Reding <treding@nvidia.com>2015-03-24 11:16:48 +0100
commit6321fd6b6f0942e986b297e8192febfc860b83b3 (patch)
tree5cabea08146080365ba26df7b221f51893cad193 /include/drm
parentdrm/bridge: ptn3460: Fix sparse warnings (diff)
downloadlinux-dev-6321fd6b6f0942e986b297e8192febfc860b83b3.tar.xz
linux-dev-6321fd6b6f0942e986b297e8192febfc860b83b3.zip
drm: Remove unused DRM_MODE_OBJECT_BRIDGE
With bridges now moving to a separate registry they are no longer DRM objects, hence this define is no longer needed. Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/drm_crtc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h
index 920e21a8f3fd..f924b81d48ff 100644
--- a/include/drm/drm_crtc.h
+++ b/include/drm/drm_crtc.h
@@ -53,7 +53,6 @@ struct fence;
#define DRM_MODE_OBJECT_FB 0xfbfbfbfb
#define DRM_MODE_OBJECT_BLOB 0xbbbbbbbb
#define DRM_MODE_OBJECT_PLANE 0xeeeeeeee
-#define DRM_MODE_OBJECT_BRIDGE 0xbdbdbdbd
#define DRM_MODE_OBJECT_ANY 0
struct drm_mode_object {