]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: gemini: delete <mach/gpio.h>
authorLinus Walleij <linus.walleij@linaro.org>
Tue, 1 Oct 2013 08:45:42 +0000 (10:45 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 1 Oct 2013 08:49:39 +0000 (10:49 +0200)
commit85649711a8959f181b8b646bb985996736af97b8
tree33d7ae6f4801cb7916ac1667db48e8a630d5a4d1
parenta72be8b89eb97655ea9b474bc7d6306672a922c2
ARM: gemini: delete <mach/gpio.h>

The Gemini has no need of a <mach/gpio.h> header as this is only
used by the machine-local gpio.c gpiochip driver, which is also
only using the irq_to_gpio() macro. Delete the file, move the single
macro into the driver and remove the NEED_MACH_GPIO_H flag.

Cc: Hans Ulli Kroll <ulli.kroll@googlemail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/Kconfig
arch/arm/mach-gemini/gpio.c
arch/arm/mach-gemini/include/mach/gpio.h [deleted file]