diff options
author | Lespiau, Damien <damien.lespiau@intel.com> | 2013-08-20 00:53:06 +0100 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2013-08-21 12:47:29 +1000 |
commit | 86f422d5be001cfe311fc46d60a6e3ef6868dd40 (patch) | |
tree | d4172f1470648820659e530ab69ae74974784ec0 /include/drm | |
parent | 67587e8689ffbb788468c738f07a9678bde51084 (diff) | |
download | linux-86f422d5be001cfe311fc46d60a6e3ef6868dd40.tar.bz2 |
drm: Make drm_mode_remove() static
It's only used in drm_crtc.c.
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')
-rw-r--r-- | include/drm/drm_crtc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h index 39d84dc7abcf..014e491c3c1c 100644 --- a/include/drm/drm_crtc.h +++ b/include/drm/drm_crtc.h @@ -910,7 +910,6 @@ extern struct edid *drm_get_edid(struct drm_connector *connector, struct i2c_adapter *adapter); extern int drm_add_edid_modes(struct drm_connector *connector, struct edid *edid); extern void drm_mode_probed_add(struct drm_connector *connector, struct drm_display_mode *mode); -extern void drm_mode_remove(struct drm_connector *connector, struct drm_display_mode *mode); extern void drm_mode_copy(struct drm_display_mode *dst, const struct drm_display_mode *src); extern struct drm_display_mode *drm_mode_duplicate(struct drm_device *dev, const struct drm_display_mode *mode); |