From df76f812924e4db284fd38b3c5db6b87ec0d82fc Mon Sep 17 00:00:00 2001 From: Kevin E Martin Date: Mon, 30 Apr 2001 15:07:18 +0000 Subject: - PCIGART patches for Alpha from Compaq --- linux/drmP.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'linux/drmP.h') diff --git a/linux/drmP.h b/linux/drmP.h index 227ec35a..b48d9b1f 100644 --- a/linux/drmP.h +++ b/linux/drmP.h @@ -710,7 +710,11 @@ typedef struct drm_device { drm_agp_head_t *agp; #endif #ifdef __alpha__ +#if LINUX_VERSION_CODE < 0x020403 struct pci_controler *hose; +#else + struct pci_controller *hose; +#endif #endif drm_sg_mem_t *sg; /* Scatter gather memory */ unsigned long *ctx_bitmap; -- cgit v1.2.3