public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [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

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