Skip to content

Commit

Permalink
gma500: prepare to do some actual memory management
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Alan Cox authored and Greg Kroah-Hartman committed Apr 26, 2011
1 parent a563a8c commit 4df25c6
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions drivers/staging/gma500/psb_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4df25c6

Please sign in to comment.