aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorLespiau, Damien <damien.lespiau@intel.com>2013-08-19 19:53:06 -0400
committerDave Airlie <airlied@redhat.com>2013-08-20 22:47:29 -0400
commit86f422d5be001cfe311fc46d60a6e3ef6868dd40 (patch)
treed4172f1470648820659e530ab69ae74974784ec0 /include/drm
parent67587e8689ffbb788468c738f07a9678bde51084 (diff)
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.h1
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,
910 struct i2c_adapter *adapter); 910 struct i2c_adapter *adapter);
911extern int drm_add_edid_modes(struct drm_connector *connector, struct edid *edid); 911extern int drm_add_edid_modes(struct drm_connector *connector, struct edid *edid);
912extern void drm_mode_probed_add(struct drm_connector *connector, struct drm_display_mode *mode); 912extern void drm_mode_probed_add(struct drm_connector *connector, struct drm_display_mode *mode);
913extern void drm_mode_remove(struct drm_connector *connector, struct drm_display_mode *mode);
914extern void drm_mode_copy(struct drm_display_mode *dst, const struct drm_display_mode *src); 913extern void drm_mode_copy(struct drm_display_mode *dst, const struct drm_display_mode *src);
915extern struct drm_display_mode *drm_mode_duplicate(struct drm_device *dev, 914extern struct drm_display_mode *drm_mode_duplicate(struct drm_device *dev,
916 const struct drm_display_mode *mode); 915 const struct drm_display_mode *mode);