aboutsummaryrefslogtreecommitdiff
path: root/linux-core/r128_drv.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2005-06-29 11:22:39 +0000
committerDave Airlie <airlied@linux.ie>2005-06-29 11:22:39 +0000
commit964c57e71f641da854636c3f9549ef8cc2f5a143 (patch)
treefa6bbdaa3379206b9f27bbd204200b8a26560b23 /linux-core/r128_drv.c
parentae7d8d8a85a4465fe641d28a7f5d8d64146f8d97 (diff)
add mga and r128 32/64 bits
This is Egberts code, ported to Pauls framework by me..
Diffstat (limited to 'linux-core/r128_drv.c')
-rw-r--r--linux-core/r128_drv.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/linux-core/r128_drv.c b/linux-core/r128_drv.c
index 160cc865..8b4b7447 100644
--- a/linux-core/r128_drv.c
+++ b/linux-core/r128_drv.c
@@ -98,6 +98,9 @@ static struct drm_driver driver = {
.mmap = drm_mmap,
.poll = drm_poll,
.fasync = drm_fasync,
+#ifdef CONFIG_COMPAT
+ .compat_ioctl = r128_compat_ioctl,
+#endif
},
.pci_driver = {
.name = DRIVER_NAME,