diff options
author | Dave Airlie <airlied@redhat.com> | 2009-12-08 04:52:41 +0100 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2009-12-08 04:52:41 +0100 |
commit | 1bd049fa895f9c6743f38b52ce14775f5a31ea63 (patch) | |
tree | cb9163ac1c20f7fbdbde42eaab8013d0c3734aed /drivers/gpu/drm/i915/Makefile | |
parent | Linux 2.6.32 (diff) | |
parent | drm/kms: fix fb cmap allocation to use modeset->crtc not crtc (diff) | |
download | linux-1bd049fa895f9c6743f38b52ce14775f5a31ea63.tar.xz linux-1bd049fa895f9c6743f38b52ce14775f5a31ea63.zip |
Merge branch 'drm-core-next' into drm-linus
Bring all core drm changes into 2.6.32 tree and resolve
the conflict that occurs.
Conflicts:
drivers/gpu/drm/drm_fb_helper.c
Diffstat (limited to 'drivers/gpu/drm/i915/Makefile')
-rw-r--r-- | drivers/gpu/drm/i915/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/Makefile b/drivers/gpu/drm/i915/Makefile index fa7b9be096bc..e3d049229cdd 100644 --- a/drivers/gpu/drm/i915/Makefile +++ b/drivers/gpu/drm/i915/Makefile @@ -15,7 +15,6 @@ i915-y := i915_drv.o i915_dma.o i915_irq.o i915_mem.o \ intel_lvds.o \ intel_bios.o \ intel_dp.o \ - intel_dp_i2c.o \ intel_hdmi.o \ intel_sdvo.o \ intel_modes.o \ |