Bjorn Helgaas 288e6eaa06 gpio: Include linux/gpio.h instead of asm/gpio.h
Most arches have an asm/gpio.h that merely includes linux/gpio.h.  The
others select ARCH_HAVE_CUSTOM_GPIO_H, and when that's selected,
linux/gpio.h includes asm/gpio.h.

Therefore, code should include linux/gpio.h instead of including asm/gpio.h
directly.

Remove includes of asm/gpio.h, adding an include of linux/gpio.h when
necessary.

This is a follow-on to 7563bbf89d06 ("gpiolib/arches: Centralise
bolierplate asm/gpio.h").

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2016-02-16 00:20:03 +01:00
..
2015-10-08 12:24:12 +03:00
2016-01-22 18:04:28 -05:00
2014-12-14 16:10:09 -08:00
2014-07-01 13:32:30 +03:00
2015-06-23 16:23:30 -07:00
2015-10-08 12:19:39 +03:00
2014-12-14 16:10:09 -08:00
2015-02-11 17:06:05 -08:00
2015-03-02 13:17:24 +02:00
2015-11-10 10:00:09 -08:00
2015-08-20 12:03:53 +03:00