Re: [PATCH 0/2] GPIO: Clean up asm/gpio.h

From: Linus Walleij
Date: Fri Feb 05 2016 - 08:43:28 EST


On Tue, Feb 2, 2016 at 8:53 PM, Bjorn Helgaas <bhelgaas@xxxxxxxxxx> wrote:

> Many arches supply an asm/gpio.h that contains only this:
>
> #warning Include linux/gpio.h instead of asm/gpio.h
> #include <linux/gpio.h>
>
> These two patches change all the places that include asm/gpio.h
> so they include linux/gpio.h instead, and then remove the asm/gpio.h
> files.
>
> There are several arches that supply asm/gpio.h with useful
> arch-specific content; I didn't touch those.
>
> I assume Mark was heading this direction with 7563bbf89d06
> ("gpiolib/arches: Centralise bolierplate asm/gpio.h").

Sweet, if I can get the arch maintainers ACK on this I can
merge it into the GPIO tree, Arnd?

Yours,
Linus Walleij