From 51e5f73d2a4020a1bae860057bae2b0eff8e9c70 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Tue, 4 Mar 2003 11:41:12 +0000 Subject: DRM_FREE/2 patch from Philip Brown --- linux/drm_os_linux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux/drm_os_linux.h') diff --git a/linux/drm_os_linux.h b/linux/drm_os_linux.h index 332c3fd9..b99b4899 100644 --- a/linux/drm_os_linux.h +++ b/linux/drm_os_linux.h @@ -42,7 +42,7 @@ /* malloc/free without the overhead of DRM(alloc) */ #define DRM_MALLOC(x) kmalloc(x, GFP_KERNEL) -#define DRM_FREE(x) kfree(x) +#define DRM_FREE(x,size) kfree(x) #define DRM_GETSAREA() \ do { \ -- cgit v1.2.3