From: Wolfram Sang Date: Tue, 26 Apr 2016 20:29:10 +0000 (+0200) Subject: mmc: sh_mobile_sdhi: remove obsolete support for sh7372 X-Git-Tag: v4.7-rc1~172^2~29 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=ab22f516715086760cd01862d60afc0dd3ff30b3;p=linux.git mmc: sh_mobile_sdhi: remove obsolete support for sh7372 There is no support for this platform in the kernel anymore. Reported-by: Geert Uytterhoeven Signed-off-by: Wolfram Sang Acked-by: Geert Uytterhoeven Signed-off-by: Ulf Hansson --- diff --git a/drivers/mmc/host/sh_mobile_sdhi.c b/drivers/mmc/host/sh_mobile_sdhi.c index 04f15d9a36c5..3bf68b48aa6d 100644 --- a/drivers/mmc/host/sh_mobile_sdhi.c +++ b/drivers/mmc/host/sh_mobile_sdhi.c @@ -77,7 +77,6 @@ static const struct sh_mobile_sdhi_of_data of_rcar_gen3_compatible = { static const struct of_device_id sh_mobile_sdhi_of_match[] = { { .compatible = "renesas,sdhi-shmobile" }, - { .compatible = "renesas,sdhi-sh7372" }, { .compatible = "renesas,sdhi-sh73a0", .data = &of_default_cfg, }, { .compatible = "renesas,sdhi-r8a73a4", .data = &of_default_cfg, }, { .compatible = "renesas,sdhi-r8a7740", .data = &of_default_cfg, },