Commit 317a4d81 authored by Dave Airlie's avatar Dave Airlie

drm: core changes broke i810/830

Reported by Joseph Fannin during -mm, revert incorrect change.
Signed-off-by: default avatarDave Airlie <airlied@linux.ie>
parent ce29b686
......@@ -112,7 +112,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,
},
......
......@@ -121,7 +121,7 @@ static struct drm_driver driver = {
.open = drm_open,
.release = drm_release,
.ioctl = drm_ioctl,
.mmap = i830_mmap_buffers,
.mmap = drm_mmap,
.poll = drm_poll,
.fasync = drm_fasync,
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment