[PATCH 1/6] ARM: pxa: remove irq_to_gpio from ezx-pcap driver

Haojian Zhuang haojian.zhuang at gmail.com
Wed Aug 8 11:27:34 EDT 2012


On Wed, Aug 8, 2012 at 8:54 PM, Arnd Bergmann <arnd at arndb.de> wrote:
> 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 at arndb.de>
> Cc: stable at vger.kernel.org (v3.2+)
> Cc: Samuel Ortiz <sameo at linux.intel.com>
> Cc: Daniel Ribeiro <drwyrm at gmail.com>
> Cc: Haojian Zhuang <haojian.zhuang at gmail.com>
> ---
>  drivers/mfd/ezx-pcap.c       |    2 +-
>  include/linux/mfd/ezx-pcap.h |    1 +
>  2 files changed, 2 insertions(+), 1 deletion(-)
>
Acked-by: Haojian Zhuang <haojian.zhuang at gmail.com>



More information about the linux-arm-kernel mailing list