diff options
| -rw-r--r-- | linux-core/ati_pcigart.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/linux-core/ati_pcigart.c b/linux-core/ati_pcigart.c index fb663a0a..40f8f8dd 100644 --- a/linux-core/ati_pcigart.c +++ b/linux-core/ati_pcigart.c @@ -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; | 
