aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/Kbuild
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2011-01-25 23:17:16 +0100
committerDave Airlie <airlied@redhat.com>2011-02-07 12:14:18 +1000
commit7f50684717511d30bba180902105c4cd4efca732 (patch)
tree5383f403f9a1493afc021ce7d5bd5a85df9a17e0 /include/drm/Kbuild
parentMerge branch 'ixp4xx' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/linux-2.6 (diff)
downloadlinux-dev-7f50684717511d30bba180902105c4cd4efca732.tar.xz
linux-dev-7f50684717511d30bba180902105c4cd4efca732.zip
drm: remove i830 driver
This driver is one of the last users of the big kernel lock, which is going away. All the hardware supported by this driver also works with the newer i915 driver, and recent X.org releases only work with that driver anyway. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Cc: Chris Wilson <chris@chris-wilson.co.uk> Cc: dri-devel@lists.freedesktop.org Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include/drm/Kbuild')
-rw-r--r--include/drm/Kbuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drm/Kbuild b/include/drm/Kbuild
index ffec177f3481..3a60ac889520 100644
--- a/include/drm/Kbuild
+++ b/include/drm/Kbuild
@@ -2,7 +2,6 @@ header-y += drm.h
header-y += drm_mode.h
header-y += drm_sarea.h
header-y += i810_drm.h
-header-y += i830_drm.h
header-y += i915_drm.h
header-y += mga_drm.h
header-y += nouveau_drm.h