]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ata: sata_rcar: Remove obsolete sata-r8a779* platform_device_id entries
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 23 Jun 2015 12:55:13 +0000 (14:55 +0200)
committerTejun Heo <tj@kernel.org>
Tue, 14 Jul 2015 21:38:43 +0000 (17:38 -0400)
Since commit a483dcbfa21f919c ("ARM: shmobile: lager: Remove legacy
board support"), R-Car Gen2 SoCs are 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>
Signed-off-by: Tejun Heo <tj@kernel.org>
drivers/ata/sata_rcar.c

index d49a5193b7de9e9438ef0f6693ca53db757e5027..8804127b108c0f8e613f2583968f6b661a46be84 100644 (file)
@@ -861,10 +861,6 @@ MODULE_DEVICE_TABLE(of, sata_rcar_match);
 static const struct platform_device_id sata_rcar_id_table[] = {
        { "sata_rcar", RCAR_GEN1_SATA }, /* Deprecated by "sata-r8a7779" */
        { "sata-r8a7779", RCAR_GEN1_SATA },
-       { "sata-r8a7790", RCAR_GEN2_SATA },
-       { "sata-r8a7790-es1", RCAR_R8A7790_ES1_SATA },
-       { "sata-r8a7791", RCAR_GEN2_SATA },
-       { "sata-r8a7793", RCAR_GEN2_SATA },
        { },
 };
 MODULE_DEVICE_TABLE(platform, sata_rcar_id_table);