diff options
| author | Rik Faith <faith@alephnull.com> | 2003-01-06 07:38:25 +0000 | 
|---|---|---|
| committer | Rik Faith <faith@alephnull.com> | 2003-01-06 07:38:25 +0000 | 
| commit | 4b3051d3f606faf1a78ac85236119a1d2e10fdc7 (patch) | |
| tree | e568ca5a7bf2086cbd0a1bcf6d65235864682030 | |
| parent | 320802ebc145c0b821979dc587cd7e90b10b2d55 (diff) | |
[TRIVIAL] [TRIVIAL PATCH 2.5.48] Remove unused function from radeon_mem.c
    Submitted by Rusty Trivial Russell
| -rw-r--r-- | shared-core/radeon_mem.c | 10 | ||||
| -rw-r--r-- | shared/radeon_mem.c | 10 | 
2 files changed, 0 insertions, 20 deletions
| diff --git a/shared-core/radeon_mem.c b/shared-core/radeon_mem.c index 5c07c1af..7ca10753 100644 --- a/shared-core/radeon_mem.c +++ b/shared-core/radeon_mem.c @@ -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) diff --git a/shared/radeon_mem.c b/shared/radeon_mem.c index 5c07c1af..7ca10753 100644 --- a/shared/radeon_mem.c +++ b/shared/radeon_mem.c @@ -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) | 
