瀏覽代碼

drm: remove old taskqueue remnant

Signed-off-by: Dave Airlie <airlied@linux.ie>
Dave Airlie 18 年之前
父節點
當前提交
bc07dc7f07
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      drivers/char/drm/drm_os_linux.h

+ 0 - 3
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) )	\