From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-15?Q?Christian_K=F6nig?= Subject: Re: [PATCH] drm/radeon: Remove duplicate include from Makefile Date: Thu, 14 Aug 2014 14:19:08 +0200 Message-ID: <53ECA93C.1020909@amd.com> References: <1408018637-28415-1-git-send-email-rupran@einserver.de> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15"; Format="flowed" Content-Transfer-Encoding: quoted-printable Return-path: Received: from na01-bn1-obe.outbound.protection.outlook.com (mail-bn1lp0144.outbound.protection.outlook.com [207.46.163.144]) by gabe.freedesktop.org (Postfix) with ESMTP id D0B9C6E2A2 for ; Thu, 14 Aug 2014 05:19:15 -0700 (PDT) In-Reply-To: <1408018637-28415-1-git-send-email-rupran@einserver.de> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: Andreas Ruprecht , David Airlie Cc: Alex Deucher , dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org 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 is Reviewed-by: Christian K=F6nig > --- > drivers/gpu/drm/radeon/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/radeon/Makefile b/drivers/gpu/drm/radeon/Mak= efile > index 0013ad0..f77b713 100644 > --- a/drivers/gpu/drm/radeon/Makefile > +++ b/drivers/gpu/drm/radeon/Makefile > @@ -76,7 +76,7 @@ radeon-y +=3D radeon_device.o radeon_asic.o radeon_kms.= o \ > evergreen.o evergreen_cs.o evergreen_blit_shaders.o \ > evergreen_hdmi.o radeon_trace_points.o ni.o cayman_blit_shaders.o \ > atombios_encoders.o radeon_semaphore.o radeon_sa.o atombios_i2c.o si.o= \ > - si_blit_shaders.o radeon_prime.o radeon_uvd.o cik.o cik_blit_shaders.o \ > + si_blit_shaders.o radeon_prime.o cik.o cik_blit_shaders.o \ > r600_dpm.o rs780_dpm.o rv6xx_dpm.o rv770_dpm.o rv730_dpm.o rv740_dpm.o= \ > rv770_smc.o cypress_dpm.o btc_dpm.o sumo_dpm.o sumo_smc.o trinity_dpm.= o \ > trinity_smc.o ni_dpm.o si_smc.o si_dpm.o kv_smc.o kv_dpm.o ci_smc.o \