From 6397722f1990856a9ee268cadd65d78b44b24835 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Tue, 28 Jun 2005 13:02:20 +0000 Subject: add compat code from Paul Mackerras --- linux-core/radeon_drv.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'linux-core/radeon_drv.c') diff --git a/linux-core/radeon_drv.c b/linux-core/radeon_drv.c index 21f29fc4..7b1aa59e 100644 --- a/linux-core/radeon_drv.c +++ b/linux-core/radeon_drv.c @@ -102,6 +102,9 @@ static struct drm_driver driver = { .mmap = drm_mmap, .poll = drm_poll, .fasync = drm_fasync, +#ifdef CONFIG_COMPAT + .compat_ioctl = radeon_compat_ioctl, +#endif }, .pci_driver = { .name = DRIVER_NAME, -- cgit v1.2.3