diff options
author | Thomas Hellstrom <thomas-at-tungstengraphics-dot-com> | 2006-08-25 20:03:39 +0200 |
---|---|---|
committer | Thomas Hellstrom <thomas-at-tungstengraphics-dot-com> | 2006-08-25 20:03:39 +0200 |
commit | c488e25ceb421c6f84f110d786d9814ac4dba1b2 (patch) | |
tree | d74ee2a6030c5f6e84eaed2731be79c2cc580be0 /linux-core/drm_ttm.c | |
parent | 35c8ce6c2945ff09dc52dbc2a7382798ba64c1da (diff) |
More ioctl stubs.
Buffer object locking order documentation.
Diffstat (limited to 'linux-core/drm_ttm.c')
-rw-r--r-- | linux-core/drm_ttm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/drm_ttm.c b/linux-core/drm_ttm.c index 46878a7d..05bae7de 100644 --- a/linux-core/drm_ttm.c +++ b/linux-core/drm_ttm.c @@ -799,7 +799,7 @@ int drm_add_ttm(drm_device_t * dev, unsigned size, drm_map_list_t ** maplist) return 0; } -int drm_ttm_ioctl(drm_file_t *priv, int num_requests, drm_ttm_arg_t __user *data) +int drm_ttm_ioctl(drm_file_t *priv, drm_ttm_arg_t __user *data) { return 0; } |