[PATCH 0/4] clean up irq_to_gpio and asm/gpio.h

From: Arnd Bergmann
Date: Mon Feb 15 2016 - 10:47:31 EST


I noticed that arch/arm/include/asm/gpio.h can almost be removed,
after we have already removed the file for most other architectures
now.

When I removed it, I ran into problems with irq_to_gpio(), which
we had already killed off in ARM, but it survived (barely) in the
global headers. this kills it off some more as well.

I'd suggest merging all four patches through the GPIO tree.

Arnd