From f8abdd9ea20a972d0247df70b92cddc82def6e0f Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Tue, 8 May 2007 15:32:35 +1000 Subject: [PATCH] --- yaml --- r: 55083 b: refs/heads/master c: bc07dc7f07a2f2d4d0aa4ffb9597413ad9137d44 h: refs/heads/master i: 55081: 1748727fe44f7c170d36a85d10144d04e20cefca 55079: cb09dec41bf7cdf2a7fb2afc6d1063424d43ff1c v: v3 --- [refs] | 2 +- trunk/drivers/char/drm/drm_os_linux.h | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 3dbc700eb05b..28e92bb37c3f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0515b93c0ea89eb2120b0ec1d148359da01ad2e5 +refs/heads/master: bc07dc7f07a2f2d4d0aa4ffb9597413ad9137d44 diff --git a/trunk/drivers/char/drm/drm_os_linux.h b/trunk/drivers/char/drm/drm_os_linux.h index 2908b72daa6e..0fe7b4497927 100644 --- a/trunk/drivers/char/drm/drm_os_linux.h +++ b/trunk/drivers/char/drm/drm_os_linux.h @@ -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) ) \