Skip to content

Commit

Permalink
gma500: Rename the psb_intel_bios code
Browse files Browse the repository at this point in the history
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 <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Alan Cox authored and Greg Kroah-Hartman committed Jul 5, 2011
1 parent 0bbfa25 commit 3835ce2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/gma500/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
File renamed without changes.

0 comments on commit 3835ce2

Please sign in to comment.