pinctrl: sh-pfc: Remove r8a73a4 platform_device_id entry
authorGeert Uytterhoeven <[email protected]>
Tue, 28 Apr 2015 10:15:07 +0000 (12:15 +0200)
committerLinus Walleij <[email protected]>
Tue, 12 May 2015 11:17:40 +0000 (13:17 +0200)
As of commit 9d07d414d4c33d86 ("ARM: shmobile: r8a73a4: ape6evm: Remove
legacy platform"), r8a73a4 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 <[email protected]>
Acked-by: Laurent Pinchart <[email protected]>
Acked-by: Simon Horman <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
drivers/pinctrl/sh-pfc/core.c

index 7b2c9495c3832410fca31e1676feedf7ffbd9e01..287a3d048a5e1cf906b64da7ae0c41910af61b9e 100644 (file)
@@ -579,9 +579,6 @@ static int sh_pfc_remove(struct platform_device *pdev)
 }
 
 static const struct platform_device_id sh_pfc_id_table[] = {
-#ifdef CONFIG_PINCTRL_PFC_R8A73A4
-       { "pfc-r8a73a4", (kernel_ulong_t)&r8a73a4_pinmux_info },
-#endif
 #ifdef CONFIG_PINCTRL_PFC_R8A7740
        { "pfc-r8a7740", (kernel_ulong_t)&r8a7740_pinmux_info },
 #endif