summaryrefslogtreecommitdiff
path: root/linux-core/drmP.h
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2001-04-30 15:07:18 +0000
committerKevin E Martin <kem@kem.org>2001-04-30 15:07:18 +0000
commitdf76f812924e4db284fd38b3c5db6b87ec0d82fc (patch)
tree07c416af9b3e3fedfba1f10db35ccc8be1c4b39c /linux-core/drmP.h
parentd1ef7f9d2c9f8f191ab79b1a43eb96a787df5f64 (diff)
- PCIGART patches for Alpha from Compaq
Diffstat (limited to 'linux-core/drmP.h')
-rw-r--r--linux-core/drmP.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/linux-core/drmP.h b/linux-core/drmP.h
index 227ec35a..b48d9b1f 100644
--- a/linux-core/drmP.h
+++ b/linux-core/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;