diff options
author | Kevin E Martin <kem@kem.org> | 2001-04-30 15:07:18 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2001-04-30 15:07:18 +0000 |
commit | df76f812924e4db284fd38b3c5db6b87ec0d82fc (patch) | |
tree | 07c416af9b3e3fedfba1f10db35ccc8be1c4b39c /linux/drmP.h | |
parent | d1ef7f9d2c9f8f191ab79b1a43eb96a787df5f64 (diff) |
- PCIGART patches for Alpha from Compaq
Diffstat (limited to 'linux/drmP.h')
-rw-r--r-- | linux/drmP.h | 4 |
1 files changed, 4 insertions, 0 deletions
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; |