[TRIVIAL] [TRIVIAL PATCH 2.5.48] Remove unused function from radeon_mem.c

Submitted by Rusty Trivial Russell
main
Rik Faith 2003-01-06 07:38:25 +00:00
parent 320802ebc1
commit 4b3051d3f6
2 changed files with 0 additions and 20 deletions

View File

@ -130,16 +130,6 @@ static void free_block( struct mem_block *p )
}
}
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)

View File

@ -130,16 +130,6 @@ static void free_block( struct mem_block *p )
}
}
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)