gma500: don't dynamically allocate the psb_gtt struct
authorAlan Cox <alan@linux.intel.com>
Mon, 11 Jul 2011 18:40:34 +0000 (19:40 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 15 Jul 2011 17:05:00 +0000 (19:05 +0200)
It's part of the psb_device so just make it part of the struct not a
pointer. This does cause a bit of noise shuffling indirections.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found