From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Wed, 12 Sep 2012 20:22:57 +0000 Subject: [PATCH v2 5/6] ARM: orion: move custom gpio functions to orion-gpio.h In-Reply-To: <5050ED0A.2020100@gmail.com> References: <1346960563-18689-1-git-send-email-robherring2@gmail.com> <201209122011.28080.arnd@arndb.de> <5050ED0A.2020100@gmail.com> Message-ID: <201209122022.57399.arnd@arndb.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wednesday 12 September 2012, Rob Herring wrote: > > arch/arm/plat-orion/mpp.c:17:23: fatal error: plat/gpio.h: No such file or directory > > > > A similar problem happens in plat-orion/irq.c, which has grown a new > > #include of plat/gpio.h in a different branch that is now in arm-soc. > > It should be orion-gpio.h instead. I have this fixed in my tree. > I just pulled your multi-plat branch and it still has the broken version. Arnd