diff --git a/debian/patches/features/all/i915-autoload-without-CONFIG_DRM_I915_KMS-2.patch b/debian/patches/features/all/i915-autoload-without-CONFIG_DRM_I915_KMS-2.patch new file mode 100644 index 000000000..04ff77e16 --- /dev/null +++ b/debian/patches/features/all/i915-autoload-without-CONFIG_DRM_I915_KMS-2.patch @@ -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) + { diff --git a/debian/patches/series/10 b/debian/patches/series/10 index 538ba6df2..8ac0a5ef2 100644 --- a/debian/patches/series/10 +++ b/debian/patches/series/10 @@ -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