ARM: mach-s5p: get rid of all <mach/gpio.h> headers

This renames all the local <mach/gpio.h> headers in the S5P platforms
to <mach/gpio-samsung.h> indicating a scope local to this platform,
and cuts the implicit inclusion of <mach/gpio.h> from <linux/gpio.h>
by removing the use of NEED_MACH_GPIO_H from all S5P variants.

Acked-by: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Esse commit está contido em:
Linus Walleij
2014-06-04 15:10:45 +02:00
commit 2fd48f9442
40 arquivos alterados com 41 adições e 41 exclusões

Ver arquivo

@@ -32,10 +32,7 @@
#include <mach/map.h>
#include <mach/regs-gpio.h>
#if defined(CONFIG_ARCH_S3C24XX) || defined(CONFIG_ARCH_S3C64XX)
#include <mach/gpio-samsung.h>
#endif
#include <plat/cpu.h>
#include <plat/gpio-core.h>