Re: [PATCH 0/2] GPIO: Clean up asm/gpio.h
From: Thomas Gleixner
Date: Wed Feb 03 2016 - 03:21:11 EST
On Tue, 2 Feb 2016, Bjorn Helgaas 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.
Acked-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>