From fe4ade81bb7a1242b18b84e012c1a293eea0420b Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Sat, 1 Jan 2005 12:07:51 +0000 Subject: i810/i830 bug with Jon's file operations changes --- linux-core/i810_drv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux-core/i810_drv.c') diff --git a/linux-core/i810_drv.c b/linux-core/i810_drv.c index 6ffa167d..24a5a50d 100644 --- a/linux-core/i810_drv.c +++ b/linux-core/i810_drv.c @@ -113,7 +113,7 @@ static struct drm_driver driver = { .open = drm_open, .release = drm_release, .ioctl = drm_ioctl, - .mmap = i810_mmap_buffers, + .mmap = drm_mmap, .poll = drm_poll, .fasync = drm_fasync, }, -- cgit v1.2.3