pinctrl: sh-pfc: Remove obsolete sh73a0 platform_device_id entry
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 14 Jul 2015 11:56:53 +0000 (13:56 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 16 Jul 2015 09:38:28 +0000 (11:38 +0200)
Since the removal of the sh73a0 legacy SoC code in commit
9a9863987bf7307f ("ARM: shmobile: Remove legacy SoC code for SH-Mobile
AG5"), sh73a0 is only supported in generic DT-only ARM multi-platform
builds.  The driver doesn't need to match platform devices by name
anymore, hence remove the corresponding platform_device_id entry.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Simon Horman <horms+renesas@verge.net.au>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/sh-pfc/core.c

index 979623895904750838c5374e8f5263385f30b6d3..23b2b3be26fda23e375a08cc6647ed8d5f41bb5d 100644 (file)
@@ -605,9 +605,6 @@ static const struct platform_device_id sh_pfc_id_table[] = {
 #ifdef CONFIG_PINCTRL_PFC_SH7269
        { "pfc-sh7269", (kernel_ulong_t)&sh7269_pinmux_info },
 #endif
-#ifdef CONFIG_PINCTRL_PFC_SH73A0
-       { "pfc-sh73a0", (kernel_ulong_t)&sh73a0_pinmux_info },
-#endif
 #ifdef CONFIG_PINCTRL_PFC_SH7720
        { "pfc-sh7720", (kernel_ulong_t)&sh7720_pinmux_info },
 #endif