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

2014-08-14 Thread Christian König
Am 14.08.2014 um 14:17 schrieb 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 Nice catch

[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 changed, 1 inserti