summaryrefslogtreecommitdiff
path: root/linux-core/drm_crtc.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2007-11-26 14:28:48 +1100
committerDave Airlie <airlied@redhat.com>2007-11-26 14:28:48 +1100
commit362f4283205a01b2a60a49838721e9fff9ae1a4c (patch)
tree7f1664c3c817350fc576323d17b862a8f5b770c7 /linux-core/drm_crtc.h
parent53b4e0cb789151164a0a43b55058319667847aaf (diff)
add _ioctl to the end of two more ioctls
Diffstat (limited to 'linux-core/drm_crtc.h')
-rw-r--r--linux-core/drm_crtc.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/linux-core/drm_crtc.h b/linux-core/drm_crtc.h
index f555b6bb..a9f6a135 100644
--- a/linux-core/drm_crtc.h
+++ b/linux-core/drm_crtc.h
@@ -543,10 +543,10 @@ extern int drm_mode_addmode_ioctl(struct drm_device *dev,
void *data, struct drm_file *file_priv);
extern int drm_mode_rmmode_ioctl(struct drm_device *dev,
void *data, struct drm_file *file_priv);
-extern int drm_mode_attachmode(struct drm_device *dev,
- void *data, struct drm_file *file_priv);
-extern int drm_mode_detachmode(struct drm_device *dev,
- void *data, struct drm_file *file_priv);
+extern int drm_mode_attachmode_ioctl(struct drm_device *dev,
+ void *data, struct drm_file *file_priv);
+extern int drm_mode_detachmode_ioctl(struct drm_device *dev,
+ void *data, struct drm_file *file_priv);
#endif /* __DRM_CRTC_H__ */