summaryrefslogtreecommitdiff
path: root/arch/arm/mach-pnx4008/include/mach/gpio-pnx4008.h
AgeCommit message (Collapse)AuthorFilesLines
2012-08-26ARM: mach-pnx4008: Remove architectureRoland Stigge1-241/+0
This patch removes the ARM architecture mach-pnx4008. No direct support or user feedback since 2006. Acknowledgements from NXP/Philips and Linux arm-soc maintainers. Signed-off-by: Roland Stigge <stigge@antcom.de>
2011-08-23ARM: 7057/1: mach-pnx4008: rename GPIO headerLinus Walleij1-0/+241
The PNX4008 header file is using the generic gpio and gpiolib namespace in <mach/gpio.h> yet the GPIO interface is not generic at all so rename it to <mach/gpio-pnx4008.h> This fixes a build failure in current -next: the includes were changed from <mach/gpio.h> to <linux/gpio.h> but since this platform isn't using generic gpio <linux/gpio.h> did not include <mach/gpio.h> and things broke apart. Acked-by: Vitaly Wool <vitalywool@gmail.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>