Remove unused variables
authorLeif Delgass <ldelgass@users.sourceforge.net>
Thu, 24 Apr 2003 15:29:30 +0000 (15:29 +0000)
committerLeif Delgass <ldelgass@users.sourceforge.net>
Thu, 24 Apr 2003 15:29:30 +0000 (15:29 +0000)
linux-core/drm_memory.h
linux/drm_memory.h

index 299185c..b5a0174 100644 (file)
@@ -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;
 
index 299185c..b5a0174 100644 (file)
@@ -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;