aboutsummaryrefslogtreecommitdiff
path: root/linux-core/drm_memory.h
diff options
context:
space:
mode:
authorLeif Delgass <ldelgass@users.sourceforge.net>2003-04-24 15:29:30 +0000
committerLeif Delgass <ldelgass@users.sourceforge.net>2003-04-24 15:29:30 +0000
commitcd3d6090b79ad5583494938a231cfc4da610ca9b (patch)
treefc5f0ef743d060bfad011e4e454d3a8a3ac5b86e /linux-core/drm_memory.h
parent57406077e554d29e56a8a82c54ec7d41cdc07b79 (diff)
Remove unused variables
Diffstat (limited to 'linux-core/drm_memory.h')
-rw-r--r--linux-core/drm_memory.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/linux-core/drm_memory.h b/linux-core/drm_memory.h
index 299185cb..b5a01749 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;