OSDN Git Service

[PATCH] drm: gcc complains that print_heap() in radeon_mem.c is not used.
authorWilly TARREAU <willy@pcw.(none)>
Sun, 7 May 2006 21:42:20 +0000 (23:42 +0200)
committerWilly TARREAU <willy@pcw.(none)>
Sun, 7 May 2006 21:42:20 +0000 (23:42 +0200)
commit78344504ec280716131d118cd488e84993f84fa3
treed0bb8c5a8da842b216a856c52f526a9d74d727b5
parentdaf87944b986566439dd65393eee561b263aba68
[PATCH] drm: gcc complains that print_heap() in radeon_mem.c is not used.

print_heap() is declared static but not used anywhere. It could be removed,
but might be useful to someone for debugging purposes. Surrounding it with

Signed-off-by: Willy Tarreau <willy@w.ods.org>
- Willy
drivers/char/drm/radeon_mem.c