diff options
author | Leif Delgass <ldelgass@users.sourceforge.net> | 2003-04-24 15:29:30 +0000 |
---|---|---|
committer | Leif Delgass <ldelgass@users.sourceforge.net> | 2003-04-24 15:29:30 +0000 |
commit | cd3d6090b79ad5583494938a231cfc4da610ca9b (patch) | |
tree | fc5f0ef743d060bfad011e4e454d3a8a3ac5b86e | |
parent | 57406077e554d29e56a8a82c54ec7d41cdc07b79 (diff) |
Remove unused variables
-rw-r--r-- | linux-core/drm_memory.h | 2 | ||||
-rw-r--r-- | linux/drm_memory.h | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/linux-core/drm_memory.h b/linux-core/drm_memory.h index 299185cb1..b5a017491 100644 --- a/linux-core/drm_memory.h +++ b/linux-core/drm_memory.h @@ -104,8 +104,6 @@ unsigned long DRM(alloc_pages)(int order, int area) void DRM(free_pages)(unsigned long address, int order, int area) { unsigned long bytes = PAGE_SIZE << order; - int alloc_count; - int free_count; unsigned long addr; unsigned int sz; diff --git a/linux/drm_memory.h b/linux/drm_memory.h index 299185cb1..b5a017491 100644 --- a/linux/drm_memory.h +++ b/linux/drm_memory.h @@ -104,8 +104,6 @@ unsigned long DRM(alloc_pages)(int order, int area) void DRM(free_pages)(unsigned long address, int order, int area) { unsigned long bytes = PAGE_SIZE << order; - int alloc_count; - int free_count; unsigned long addr; unsigned int sz; |