Apply updated version of i915-autoload-without-CONFIG_DRM_I915_KMS.patch

svn path=/dists/sid/linux-2.6/; revision=15306
This commit is contained in:
Ben Hutchings 2010-03-03 00:16:57 +00:00
parent 4e1a5a5116
commit 93b7e70c58
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,12 @@
--- a/drivers/gpu/drm/i915/i915_drv.c
+++ b/drivers/gpu/drm/i915/i915_drv.c
@@ -170,9 +170,7 @@
{0, 0, 0}
};
-#if defined(CONFIG_DRM_I915_KMS)
MODULE_DEVICE_TABLE(pci, pciidlist);
-#endif
static int i915_drm_freeze(struct drm_device *dev)
{

View File

@ -7,4 +7,5 @@
+ features/all/drm-2.6.32.9-2.6.33.patch
+ debian/drm-staging-2.6.32.9-2.6.33.patch
+ debian/drm-restore-private-list_sort.patch
+ features/all/i915-autoload-without-CONFIG_DRM_I915_KMS-2.patch
+ features/all/radeon-autoload-without-CONFIG_DRM_RADEON_KMS.patch