* [TRIVIAL PATCH 2.5.48] Remove unused function from radeon_mem.c
@ 2002-11-19 18:50 Bob Miller
2002-11-19 19:47 ` Alan Cox
0 siblings, 1 reply; 3+ messages in thread
From: Bob Miller @ 2002-11-19 18:50 UTC (permalink / raw)
To: trivial; +Cc: linux-kernel
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: rem@osdl.org
Open Source Development Lab Phone: 503.626.2455 Ext. 17
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [TRIVIAL PATCH 2.5.48] Remove unused function from radeon_mem.c
2002-11-19 18:50 [TRIVIAL PATCH 2.5.48] Remove unused function from radeon_mem.c Bob Miller
@ 2002-11-19 19:47 ` Alan Cox
2002-11-19 20:46 ` Bob Miller
0 siblings, 1 reply; 3+ messages in thread
From: Alan Cox @ 2002-11-19 19:47 UTC (permalink / raw)
To: Bob Miller; +Cc: trivial, Linux Kernel Mailing List
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [TRIVIAL PATCH 2.5.48] Remove unused function from radeon_mem.c
2002-11-19 19:47 ` Alan Cox
@ 2002-11-19 20:46 ` Bob Miller
0 siblings, 0 replies; 3+ messages in thread
From: Bob Miller @ 2002-11-19 20:46 UTC (permalink / raw)
To: Alan Cox; +Cc: trivial, Linux Kernel Mailing List
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: rem@osdl.org
Open Source Development Lab Phone: 503.626.2455 Ext. 17
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-11-19 20:39 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-19 18:50 [TRIVIAL PATCH 2.5.48] Remove unused function from radeon_mem.c Bob Miller
2002-11-19 19:47 ` Alan Cox
2002-11-19 20:46 ` Bob Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox