aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd/ezx-pcap.h
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2012-08-05 14:58:37 +0000
committerArnd Bergmann <arnd@arndb.de>2012-08-09 15:16:41 +0200
commit59ee93a528b94ef4e81a08db252b0326feff171f (patch)
tree33ce49f8da61db28119b5fc8d54f6f7a70a0e98f /include/linux/mfd/ezx-pcap.h
parentARM: tegra: more regulator fixes for Harmony (diff)
downloadlinux-dev-59ee93a528b94ef4e81a08db252b0326feff171f.tar.xz
linux-dev-59ee93a528b94ef4e81a08db252b0326feff171f.zip
ARM: pxa: remove irq_to_gpio from ezx-pcap driver
The irq_to_gpio function was removed from the pxa platform in linux-3.2, and this driver has been broken since. There is actually no in-tree user of this driver that adds this platform device, but the driver can and does get enabled on some platforms. Without this patch, building ezx_defconfig results in: drivers/mfd/ezx-pcap.c: In function 'pcap_isr_work': drivers/mfd/ezx-pcap.c:205:2: error: implicit declaration of function 'irq_to_gpio' [-Werror=implicit-function-declaration] Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Haojian Zhuang <haojian.zhuang@gmail.com> Cc: stable@vger.kernel.org (v3.2+) Cc: Samuel Ortiz <sameo@linux.intel.com> Cc: Daniel Ribeiro <drwyrm@gmail.com>
Diffstat (limited to 'include/linux/mfd/ezx-pcap.h')
-rw-r--r--include/linux/mfd/ezx-pcap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/ezx-pcap.h b/include/linux/mfd/ezx-pcap.h
index 40c372165f3e..32a1b5cfeba1 100644
--- a/include/linux/mfd/ezx-pcap.h
+++ b/include/linux/mfd/ezx-pcap.h
@@ -16,6 +16,7 @@ struct pcap_subdev {
struct pcap_platform_data {
unsigned int irq_base;
unsigned int config;
+ int gpio;
void (*init) (void *); /* board specific init */
int num_subdevs;
struct pcap_subdev *subdevs;