Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752638AbdLGUQK (ORCPT ); Thu, 7 Dec 2017 15:16:10 -0500 Received: from imap1.codethink.co.uk ([176.9.8.82]:43941 "EHLO imap1.codethink.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750929AbdLGUQJ (ORCPT ); Thu, 7 Dec 2017 15:16:09 -0500 Message-ID: <1512677765.18523.198.camel@codethink.co.uk> Subject: Re: [PATCH 4.4 78/96] drm/armada: Fix compile fail From: Ben Hutchings To: Greg Kroah-Hartman , linux-kernel@vger.kernel.org Cc: stable@vger.kernel.org, Russell King , Chris Wilson , Daniel Vetter , Sasha Levin Date: Thu, 07 Dec 2017 20:16:05 +0000 In-Reply-To: <20171128100507.939352650@linuxfoundation.org> References: <20171128100503.067621614@linuxfoundation.org> <20171128100507.939352650@linuxfoundation.org> Organization: Codethink Ltd. Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.22.6-1+deb9u1 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 715 Lines: 28 On Tue, 2017-11-28 at 11:23 +0100, Greg Kroah-Hartman wrote: > 4.4-stable review patch.  If anyone has any objections, please let me > know. > > ------------------ > > From: Daniel Vetter > > > [ Upstream commit 7357f89954b6d005df6ab8929759e78d7d9a80f9 ] [...] > --- a/drivers/gpu/drm/armada/Makefile > +++ b/drivers/gpu/drm/armada/Makefile > @@ -4,3 +4,5 @@ armada-y += armada_510.o >  armada-$(CONFIG_DEBUG_FS) += armada_debugfs.o >   >  obj-$(CONFIG_DRM_ARMADA) := armada.o > + > +CFLAGS_armada_trace.o := -I$(src) The armada_trace.c source file was added in 4.10, so this makes no sense in the 4.4 and 4.9 branches. Ben. -- Ben Hutchings Software Developer, Codethink Ltd.