Browse Source

gma500: move the i2c code

This again is similar to upstream so give it a sensible name ready to look
at any merging or synchronization

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Alan Cox 14 năm trước cách đây
mục cha
commit
72786d5fb1
2 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      drivers/staging/gma500/Makefile
  2. 0 0
      drivers/staging/gma500/intel_i2c.c

+ 1 - 1
drivers/staging/gma500/Makefile

@@ -10,12 +10,12 @@ psb_gfx-y += gem_glue.o \
 	  gem.o \
 	  gtt.o \
 	  intel_bios.o \
+	  intel_i2c.o \
 	  intel_opregion.o \
 	  mmu.o \
 	  power.o \
 	  psb_drv.o \
 	  psb_intel_display.o \
-	  psb_intel_i2c.o \
 	  psb_intel_lvds.o \
 	  psb_intel_modes.o \
 	  psb_intel_sdvo.o \

+ 0 - 0
drivers/staging/gma500/psb_intel_i2c.c → drivers/staging/gma500/intel_i2c.c