diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2015-03-10 07:14:40 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-03-17 21:18:33 -0400 |
commit | 9895afae1b8b0fa8d7fecea47f61cdc55059eb43 (patch) | |
tree | b837085b224821f7dd50013e4ed844c59d227f5f | |
parent | 889439cddc9118cdfb645e5c35fd4abc0d1ebbac (diff) |
pinctrl: sh-pfc: Remove r8a7790 platform_device_id entry
The r8a7790 platform is now DT-only, the driver doesn't need to match
platform devices by name anymore. Remove the corresponding
platform_device_id entry.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
-rw-r--r-- | drivers/pinctrl/sh-pfc/core.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/pinctrl/sh-pfc/core.c b/drivers/pinctrl/sh-pfc/core.c index 6885ea5e39e7..7b2c9495c383 100644 --- a/drivers/pinctrl/sh-pfc/core.c +++ b/drivers/pinctrl/sh-pfc/core.c | |||
@@ -591,9 +591,6 @@ static const struct platform_device_id sh_pfc_id_table[] = { | |||
591 | #ifdef CONFIG_PINCTRL_PFC_R8A7779 | 591 | #ifdef CONFIG_PINCTRL_PFC_R8A7779 |
592 | { "pfc-r8a7779", (kernel_ulong_t)&r8a7779_pinmux_info }, | 592 | { "pfc-r8a7779", (kernel_ulong_t)&r8a7779_pinmux_info }, |
593 | #endif | 593 | #endif |
594 | #ifdef CONFIG_PINCTRL_PFC_R8A7790 | ||
595 | { "pfc-r8a7790", (kernel_ulong_t)&r8a7790_pinmux_info }, | ||
596 | #endif | ||
597 | #ifdef CONFIG_PINCTRL_PFC_SH7203 | 594 | #ifdef CONFIG_PINCTRL_PFC_SH7203 |
598 | { "pfc-sh7203", (kernel_ulong_t)&sh7203_pinmux_info }, | 595 | { "pfc-sh7203", (kernel_ulong_t)&sh7203_pinmux_info }, |
599 | #endif | 596 | #endif |