Remove unused variables

This commit is contained in:
Leif Delgass 2003-04-24 15:29:30 +00:00
parent 57406077e5
commit cd3d6090b7
2 changed files with 0 additions and 4 deletions

View 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;

View 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;