[PATCH] drm/i915: Remove references to previously removed UMS config option

2015-02-06 Thread Andreas Ruprecht
he printed error message. This inconsistency was found with the undertaker tool. Signed-off-by: Andreas Ruprecht --- drivers/gpu/drm/i915/i915_drv.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c ind

[PATCH] drm/radeon: Remove duplicate include from Makefile

2014-08-14 Thread Andreas Ruprecht
In the Makefile, radeon_uvd.o is added to radeon-y twice. As it belongs to the UVD block marked with a comment, the other include from the block of includes labelled as "KMS driver" is deleted. Signed-off-by: Andreas Ruprecht --- drivers/gpu/drm/radeon/Makefile | 2 +- 1 file