From: Rob Herring Date: Tue, 27 Jan 2015 04:46:04 +0000 (-0600) Subject: gpio: pxa: remove mach IRQ includes X-Git-Tag: fixes-v4.0-rc1~140^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae4f4cfd8e9f6844c32a8913b8cb4f39ac9216ce;p=pandora-kernel.git gpio: pxa: remove mach IRQ includes In preparation to enable ARCH_MMP on ARM64, the include of mach/irqs.h must be eliminated. mach/irqs.h was being included for IRQ_GPIO{0,1}, but these IRQs are always passed in as resources now. We can use irq0 and irq1 and get rid of IRQ_GPIOx. Get rid of the ifdef in the process as it is no longer needed. Signed-off-by: Rob Herring Cc: Linus Walleij Cc: Alexandre Courbot Signed-off-by: Linus Walleij --- Reading git-diff-tree failed