diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2015-06-23 16:48:02 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-07-16 11:31:11 +0300 |
commit | 527b397a7a3647b8ba2eae2e7a12b237bf411476 (patch) | |
tree | 32b6be6d76108d4f9cdbaf73bf06581adc2e53af /include/linux/platform_data | |
parent | e7aa6d8c1ba2429deef75fb24d029e00ab71bebf (diff) | |
download | linux-527b397a7a3647b8ba2eae2e7a12b237bf411476.tar.xz |
gpio: em: Remove obsolete platform data support
Since commit 59032702ead90562 ("ARM: shmobile: Remove legacy platform
devices from EMEV2 SoC code"), EMMA Mobile SoCs are only supported in
generic DT-only ARM multi-platform builds. The driver doesn't need to
use platform data anymore, hence remove platform data configuration.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Simon Horman <horms+renesas@verge.net.au>
Tested-by: Niklas Söderlund <niso@kth.se>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'include/linux/platform_data')
-rw-r--r-- | include/linux/platform_data/gpio-em.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/linux/platform_data/gpio-em.h b/include/linux/platform_data/gpio-em.h deleted file mode 100644 index 7c5a519d2dcd..000000000000 --- a/include/linux/platform_data/gpio-em.h +++ /dev/null @@ -1,11 +0,0 @@ -#ifndef __GPIO_EM_H__ -#define __GPIO_EM_H__ - -struct gpio_em_config { - unsigned int gpio_base; - unsigned int irq_base; - unsigned int number_of_pins; - const char *pctl_name; -}; - -#endif /* __GPIO_EM_H__ */ |