From mboxrd@z Thu Jan 1 00:00:00 1970 From: olof@lixom.net (Olof Johansson) Date: Sat, 29 Sep 2012 14:34:06 -0700 Subject: [PATCH] ARM: mvebu: fix build breaks from multi-platform conversion In-Reply-To: <201209282032.03004.arnd@arndb.de> References: <1348758612-27012-1-git-send-email-robherring2@gmail.com> <201209282032.03004.arnd@arndb.de> Message-ID: <20120929213406.GK12999@quad.lixom.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, Sep 28, 2012 at 08:32:02PM +0000, Arnd Bergmann wrote: > On Thursday 27 September 2012, Rob Herring wrote: > > From: Rob Herring > > > > Moving ARCH_MVEBU for multi-platform support caused several breakages in > > recently added addr-map and pinctrl support for mvebu. This adds the > > necessary selects and include paths to fix the build. > > > > Signed-off-by: Rob Herring > > Cc: Thomas Petazzoni > > Cc: Gregory CLEMENT > > Cc: Jason Cooper > > Cc: Andrew Lunn > > Applied on top of the late/kirkwood branch that introduced the incorrect > merge. Thanks Arnd! -Olfo