diff options
author | Dave Airlie <airlied@linux.ie> | 2007-05-08 01:32:35 -0400 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2007-05-08 01:32:35 -0400 |
commit | bc07dc7f07a2f2d4d0aa4ffb9597413ad9137d44 (patch) | |
tree | a374d1a18dee5ba73a5a470caee5c7fcf538b882 /drivers/char | |
parent | 0515b93c0ea89eb2120b0ec1d148359da01ad2e5 (diff) |
drm: remove old taskqueue remnant
Signed-off-by: Dave Airlie <airlied@linux.ie>
Diffstat (limited to 'drivers/char')
-rw-r--r-- | drivers/char/drm/drm_os_linux.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/char/drm/drm_os_linux.h b/drivers/char/drm/drm_os_linux.h index 2908b72daa6e..0fe7b4497927 100644 --- a/drivers/char/drm/drm_os_linux.h +++ b/drivers/char/drm/drm_os_linux.h | |||
@@ -70,9 +70,6 @@ static __inline__ int mtrr_del(int reg, unsigned long base, unsigned long size) | |||
70 | 70 | ||
71 | #endif | 71 | #endif |
72 | 72 | ||
73 | /** Task queue handler arguments */ | ||
74 | #define DRM_TASKQUEUE_ARGS void *arg | ||
75 | |||
76 | /** For data going into the kernel through the ioctl argument */ | 73 | /** For data going into the kernel through the ioctl argument */ |
77 | #define DRM_COPY_FROM_USER_IOCTL(arg1, arg2, arg3) \ | 74 | #define DRM_COPY_FROM_USER_IOCTL(arg1, arg2, arg3) \ |
78 | if ( copy_from_user(&arg1, arg2, arg3) ) \ | 75 | if ( copy_from_user(&arg1, arg2, arg3) ) \ |