From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756131Ab3GYVIN (ORCPT ); Thu, 25 Jul 2013 17:08:13 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:31622 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755292Ab3GYVIJ (ORCPT ); Thu, 25 Jul 2013 17:08:09 -0400 X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 72.84.113.162 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX18w0w6J5eAGKJ05kyLPSErvhjPFZedQHh0= Date: Thu, 25 Jul 2013 17:07:55 -0400 From: Jason Cooper To: Sebastian Hesselbarth Cc: Thomas Petazzoni , Andrew Lunn , devicetree-discuss@lists.ozlabs.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 2/2] ARM: orion5x: add missing mbus include Message-ID: <20130725210755.GZ23879@titan.lakedaemon.net> References: <1372762453-12018-1-git-send-email-sebastian.hesselbarth@gmail.com> <1372762453-12018-3-git-send-email-sebastian.hesselbarth@gmail.com> <20130725153856.GI23879@titan.lakedaemon.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130725153856.GI23879@titan.lakedaemon.net> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jul 25, 2013 at 11:38:56AM -0400, Jason Cooper wrote: > On Tue, Jul 02, 2013 at 12:54:13PM +0200, Sebastian Hesselbarth wrote: > > edmini_v2-setup is missing an include of linux/mbus.h which causes > > compiler error because of missing reference to mvebu_mbus_add_window. > > > > Signed-off-by: Sebastian Hesselbarth > > --- > > Cc: Russell King > > Cc: Jason Cooper > > Cc: Andrew Lunn > > Cc: Thomas Petazzoni > > Cc: Gregory CLEMENT > > Cc: devicetree-discuss@lists.ozlabs.org > > Cc: linux-kernel@vger.kernel.org > > Cc: linux-arm-kernel@lists.infradead.org > > --- > > arch/arm/mach-orion5x/edmini_v2-setup.c | 1 + > > 1 files changed, 1 insertions(+), 0 deletions(-) > > Applied to mvebu/stable-3.10 nevermind, Olof caught that v3.10 builds fine without this patch (I should've checked). The build error was introduced by ARM: orion5x: remove legacy mv643xx_eth board setup which removed mv643xx_eth.h include, which had included the needed mbus.h. This patch is queued for v3.12. I'll squash this patch into the above mentioned patch and call it a day. thx, Jason.