diff options
author | Alan Cox <alan@linux.intel.com> | 2011-07-05 15:42:36 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-07-05 08:20:43 -0700 |
commit | 3682a08049fdf03c3c83b4ce44146dea19057fd7 (patch) | |
tree | 046b76a0f27b1ed9dc9b31cd624bd7e3180ae825 /drivers/staging/gma500/Makefile | |
parent | b21fb57908c02a9cc0a62edcffc7fba00286e6d2 (diff) |
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: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/gma500/Makefile')
-rw-r--r-- | drivers/staging/gma500/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/gma500/Makefile b/drivers/staging/gma500/Makefile index 7f76a1923013..c0143732f323 100644 --- a/drivers/staging/gma500/Makefile +++ b/drivers/staging/gma500/Makefile @@ -10,9 +10,9 @@ psb_gfx-y += gem_glue.o \ gem.o \ gtt.o \ intel_bios.o \ + intel_opregion.o \ power.o \ psb_drv.o \ - psb_intel_opregion.o \ psb_intel_display.o \ psb_intel_i2c.o \ psb_intel_lvds.o \ |