From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Thu, 27 Sep 2012 15:30:16 +0000 Subject: [PATCH] ARM: mvebu: fix build breaks from multi-platform conversion In-Reply-To: <1348758612-27012-1-git-send-email-robherring2@gmail.com> References: <1348758612-27012-1-git-send-email-robherring2@gmail.com> Message-ID: <201209271530.17243.arnd@arndb.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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 Acked-by: Arnd Bergmann I actually had the same patch since monday but haven't managed to send out my series. Olof probably has a better idea of how to apply this than me to avoid further merge conflicts. Arnd