summaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2015-06-23 15:48:02 +0200
committerLinus Walleij <linus.walleij@linaro.org>2015-07-16 10:31:11 +0200
commit527b397a7a3647b8ba2eae2e7a12b237bf411476 (patch)
tree32b6be6d76108d4f9cdbaf73bf06581adc2e53af /include/linux/platform_data
parente7aa6d8c1ba2429deef75fb24d029e00ab71bebf (diff)
downloadop-kernel-dev-527b397a7a3647b8ba2eae2e7a12b237bf411476.zip
op-kernel-dev-527b397a7a3647b8ba2eae2e7a12b237bf411476.tar.gz
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.h11
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 7c5a519..0000000
--- 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__ */
OpenPOWER on IntegriCloud