From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:47234 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751712AbeCTIKP (ORCPT ); Tue, 20 Mar 2018 04:10:15 -0400 Date: Tue, 20 Mar 2018 09:10:13 +0100 From: Greg Kroah-Hartman To: Sam Protsenko Cc: stable@vger.kernel.org, Praneeth Bajjuri , Sekhar Nori , Roger Quadros , Tero Kristo , Milosz Wasilewski , Dan Rue Subject: Re: [PATCH 0/3] Fix build on multi_v7_defconfig Message-ID: <20180320081013.GA12444@kroah.com> References: <20180320080027.8948-1-semen.protsenko@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180320080027.8948-1-semen.protsenko@linaro.org> Sender: stable-owner@vger.kernel.org List-ID: On Tue, Mar 20, 2018 at 04:00:24PM +0800, Sam Protsenko wrote: > Recent patches broke build on multi_v7_defconfig (ARM), on > stable-rc/linux-4.4.y branch. The build error as follows: > > arch/arm/mach-omap2/omap_hwmod_7xx_data.c:2243:12: error: > 'HWMOD_CLKDM_NOAUTO' undeclared here (not in a function) > .flags = HWMOD_CLKDM_NOAUTO, > ^~~~~~~~~~~~~~~~~~ I just dropped this patch instead, as is it really worth adding these other patches to resolve this? thanks greg k-h