From: Alan Cox Date: Tue, 5 Jul 2011 14:42:11 +0000 (+0100) Subject: gma500: Rename the psb_intel_bios code X-Git-Tag: next-20110726~5^2~393 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3835ce2e69ff06c48984290e474b936a0fb56973;p=karo-tx-linux.git gma500: Rename the psb_intel_bios code This is generic for the PC class devices and also very similar to the i915 intel_bios.c so rename it. That way the commonality will be obvious and we can look at merging them one day, or at least synching them up. Signed-off-by: Alan Cox Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/gma500/Makefile b/drivers/staging/gma500/Makefile index aa6092687431..7f76a1923013 100644 --- a/drivers/staging/gma500/Makefile +++ b/drivers/staging/gma500/Makefile @@ -9,9 +9,9 @@ psb_gfx-y += gem_glue.o \ framebuffer.o \ gem.o \ gtt.o \ + intel_bios.o \ power.o \ psb_drv.o \ - psb_intel_bios.o \ psb_intel_opregion.o \ psb_intel_display.o \ psb_intel_i2c.o \ diff --git a/drivers/staging/gma500/psb_intel_bios.c b/drivers/staging/gma500/intel_bios.c similarity index 100% rename from drivers/staging/gma500/psb_intel_bios.c rename to drivers/staging/gma500/intel_bios.c