From: Alan Cox Date: Tue, 5 Jul 2011 14:42:53 +0000 (+0100) Subject: gma500: the MMU code is also generic X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=641b41858b29d4ebf1be3921cab7b2cac7b18111;p=linux-beck.git gma500: the MMU code is also generic Move this over. In actual fact there are some underlying differences as some devices have more MMU contexts, but for our 2D purposes we don't actually care. Signed-off-by: Alan Cox Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/gma500/Makefile b/drivers/staging/gma500/Makefile index c0143732f323..d4a87c07e177 100644 --- a/drivers/staging/gma500/Makefile +++ b/drivers/staging/gma500/Makefile @@ -11,6 +11,7 @@ psb_gfx-y += gem_glue.o \ gtt.o \ intel_bios.o \ intel_opregion.o \ + mmu.o \ power.o \ psb_drv.o \ psb_intel_display.o \ @@ -19,7 +20,6 @@ psb_gfx-y += gem_glue.o \ psb_intel_modes.o \ psb_intel_sdvo.o \ psb_lid.o \ - psb_mmu.o \ psb_irq.o \ psb_device.o \ mid_bios.o diff --git a/drivers/staging/gma500/psb_mmu.c b/drivers/staging/gma500/mmu.c similarity index 100% rename from drivers/staging/gma500/psb_mmu.c rename to drivers/staging/gma500/mmu.c