]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
drm: remove old taskqueue remnant
authorDave Airlie <airlied@linux.ie>
Tue, 8 May 2007 05:32:35 +0000 (15:32 +1000)
committerDave Airlie <airlied@linux.ie>
Tue, 8 May 2007 05:32:35 +0000 (15:32 +1000)
Signed-off-by: Dave Airlie <airlied@linux.ie>
drivers/char/drm/drm_os_linux.h

index 2908b72daa6e9a333c3ebfb46bf296f3596abd81..0fe7b449792797949cb7ca579a6cb39dffa19049 100644 (file)
@@ -70,9 +70,6 @@ static __inline__ int mtrr_del(int reg, unsigned long base, unsigned long size)
 
 #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) )        \