diff options
author | Lespiau, Damien <damien.lespiau@intel.com> | 2013-08-20 00:53:07 +0100 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2013-08-21 12:47:36 +1000 |
commit | a03eb8388d91eb1c8dae79b790e6560134977a15 (patch) | |
tree | 4e545615f663d918eacb85d9ba99d89cdbad3f81 /include/drm/drm_crtc.h | |
parent | 86f422d5be001cfe311fc46d60a6e3ef6868dd40 (diff) |
drm: Remove 2 unused defines
These were introduced in the very first DRM commit:
commit f453ba0460742ad027ae0c4c7d61e62817b3e7ef
Author: Dave Airlie <airlied@redhat.com>
Date: Fri Nov 7 14:05:41 2008 -0800
DRM: add mode setting support
Add mode setting support to the DRM layer.
But are unused.
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include/drm/drm_crtc.h')
-rw-r--r-- | include/drm/drm_crtc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h index 014e491c3c1c..0a9f73e8be26 100644 --- a/include/drm/drm_crtc.h +++ b/include/drm/drm_crtc.h @@ -494,8 +494,6 @@ struct drm_encoder_funcs { void (*destroy)(struct drm_encoder *encoder); }; -#define DRM_CONNECTOR_MAX_UMODES 16 -#define DRM_CONNECTOR_LEN 32 #define DRM_CONNECTOR_MAX_ENCODER 3 /** |