2002-11-19 18:44:39

by Bob Miller

[permalink] [raw]
Subject: [TRIVIAL PATCH 2.5.48] Remove unused function from radeon_mem.c

diff -Nru a/drivers/char/drm/radeon_mem.c b/drivers/char/drm/radeon_mem.c
--- a/drivers/char/drm/radeon_mem.c Tue Nov 19 10:31:17 2002
+++ b/drivers/char/drm/radeon_mem.c Tue Nov 19 10:31:17 2002
@@ -130,16 +130,6 @@
}
}

-static void print_heap( struct mem_block *heap )
-{
- struct mem_block *p;
-
- for (p = heap->next ; p != heap ; p = p->next)
- DRM_DEBUG("0x%x..0x%x (0x%x) -- owner %d\n",
- p->start, p->start + p->size,
- p->size, p->pid);
-}
-
/* Initialize. How to check for an uninitialized heap?
*/
static int init_heap(struct mem_block **heap, int start, int size)

--
Bob Miller Email: [email protected]
Open Source Development Lab Phone: 503.626.2455 Ext. 17


2002-11-19 19:12:17

by Alan

[permalink] [raw]
Subject: Re: [TRIVIAL PATCH 2.5.48] Remove unused function from radeon_mem.c

Can you leave this one. Its just going to make resynching with the
XFree86 4.3 DRM harder. The DRM in the kernel is about to become
obsolete anyway

2002-11-19 20:39:41

by Bob Miller

[permalink] [raw]
Subject: Re: [TRIVIAL PATCH 2.5.48] Remove unused function from radeon_mem.c

On Tue, Nov 19, 2002 at 07:47:13PM +0000, Alan Cox wrote:
> Can you leave this one. Its just going to make resynching with the
> XFree86 4.3 DRM harder. The DRM in the kernel is about to become
> obsolete anyway
Cool.

--
Bob Miller Email: [email protected]
Open Source Development Lab Phone: 503.626.2455 Ext. 17