Commit 4df25c69 authored by Alan Cox's avatar Alan Cox Committed by Greg Kroah-Hartman

gma500: prepare to do some actual memory management

Signed-off-by: default avatarAlan Cox <alan@linux.intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent a563a8c2
......@@ -1425,12 +1425,8 @@ static struct drm_driver driver = {
.lastclose = psb_lastclose,
.open = psb_driver_open,
.postclose = psb_driver_close,
#if 0 /* ACFIXME */
.get_map_ofs = drm_core_get_map_ofs,
.get_reg_ofs = drm_core_get_reg_ofs,
.proc_init = psb_proc_init,
.proc_cleanup = psb_proc_cleanup,
#endif
.reclaim_buffers = drm_core_reclaim_buffers,
.preclose = psb_driver_preclose,
.fops = {
.owner = THIS_MODULE,
......
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