summaryrefslogtreecommitdiff
path: root/linux-core/drm_crtc.c
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.c
parent53b4e0cb789151164a0a43b55058319667847aaf (diff)
add _ioctl to the end of two more ioctls
Diffstat (limited to 'linux-core/drm_crtc.c')
-rw-r--r--linux-core/drm_crtc.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/linux-core/drm_crtc.c b/linux-core/drm_crtc.c
index 87302555..d5f3a0ed 100644
--- a/linux-core/drm_crtc.c
+++ b/linux-core/drm_crtc.c
@@ -1816,8 +1816,8 @@ out:
* RETURNS:
* Zero on success, errno on failure.
*/
-int drm_mode_attachmode(struct drm_device *dev,
- void *data, struct drm_file *file_priv)
+int drm_mode_attachmode_ioctl(struct drm_device *dev,
+ void *data, struct drm_file *file_priv)
{
struct drm_mode_mode_cmd *mode_cmd = data;
struct drm_output *output;
@@ -1867,8 +1867,8 @@ out:
* RETURNS:
* Zero on success, errno on failure.
*/
-int drm_mode_detachmode(struct drm_device *dev,
- void *data, struct drm_file *file_priv)
+int drm_mode_detachmode_ioctl(struct drm_device *dev,
+ void *data, struct drm_file *file_priv)
{
struct drm_mode_mode_cmd *mode_cmd = data;
struct drm_output *output;