drm/pcigart: fix warning

main
Dave Airlie 2008-07-15 16:18:04 +10:00
parent eac0933be7
commit 76c8e19a29
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ int drm_ati_pcigart_init(struct drm_device *dev, struct drm_ati_pcigart_info *ga
struct drm_sg_mem *entry = dev->sg;
void *address = NULL;
unsigned long pages;
u32 *pci_gart, page_base;
u32 *pci_gart;
dma_addr_t bus_address = 0;
int i, j, ret = 0;
int max_pages;