From: Stephen Warren Date: Mon, 22 Aug 2011 23:39:57 +0000 (+0100) Subject: ARM: 7054/1: arm/tegra: Delete custom gpio_to_irq, and irq_to_gpio X-Git-Tag: v3.2-rc1~148^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ece88dc08b87501025927bf52e460655f89e2c02;p=pandora-kernel.git ARM: 7054/1: arm/tegra: Delete custom gpio_to_irq, and irq_to_gpio By not definining a custom gpio_to_irq, the default gpiolib version is used, allowing platform consolidation. irq_to_gpio is deprecated and in the process of being removed. Make that happen now for ARM Tegra. This also partially fixes the Tegra build; it was broken because gpio.h referred to EINVAL, which wasn't always defined when was included. Signed-off-by: Stephen Warren Signed-off-by: Russell King --- Reading git-diff-tree failed