summaryrefslogtreecommitdiff
path: root/linux-core/drm_os_linux.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2006-12-19 21:30:27 +1100
committerDave Airlie <airlied@linux.ie>2006-12-19 21:30:27 +1100
commitff4b5ccdb4ef985c29e3f0d36e1c5094d02733e2 (patch)
tree133d92d8bd407eac45d0f10a1defc724a2430bcc /linux-core/drm_os_linux.h
parent86ff2aeb9bfea357d5748b3587ab224e813b37b6 (diff)
remove legacy taskqueue code
Diffstat (limited to 'linux-core/drm_os_linux.h')
-rw-r--r--linux-core/drm_os_linux.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/linux-core/drm_os_linux.h b/linux-core/drm_os_linux.h
index 78dd00e5..816959e8 100644
--- a/linux-core/drm_os_linux.h
+++ b/linux-core/drm_os_linux.h
@@ -93,9 +93,6 @@ static __inline__ int mtrr_del(int reg, unsigned long base, unsigned long size)
#define MTRR_TYPE_WRCOMB 1
#endif
-/** Task queue handler arguments */
-#define DRM_TASKQUEUE_ARGS void *arg
-
/** For data going into the kernel through the ioctl argument */
#define DRM_COPY_FROM_USER_IOCTL(arg1, arg2, arg3) \
if ( copy_from_user(&arg1, arg2, arg3) ) \