Commit 3682a080 authored by Alan Cox's avatar Alan Cox Committed by Greg Kroah-Hartman

gma500: move opregion files

We've now sorted them out so they can go into the generic code. In actual
fact only the non MID devices use the functions but they are small and
having the name match i915 is going to help any future merging type work.
Signed-off-by: default avatarAlan Cox <alan@linux.intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent b21fb579
...@@ -10,9 +10,9 @@ psb_gfx-y += gem_glue.o \ ...@@ -10,9 +10,9 @@ psb_gfx-y += gem_glue.o \
gem.o \ gem.o \
gtt.o \ gtt.o \
intel_bios.o \ intel_bios.o \
intel_opregion.o \
power.o \ power.o \
psb_drv.o \ psb_drv.o \
psb_intel_opregion.o \
psb_intel_display.o \ psb_intel_display.o \
psb_intel_i2c.o \ psb_intel_i2c.o \
psb_intel_lvds.o \ psb_intel_lvds.o \
......
...@@ -78,4 +78,3 @@ int intel_opregion_exit(struct drm_device *dev) ...@@ -78,4 +78,3 @@ int intel_opregion_exit(struct drm_device *dev)
iounmap(dev_priv->lid_state); iounmap(dev_priv->lid_state);
return 0; return 0;
} }
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment