From: Geert Uytterhoeven Date: Tue, 23 Jun 2015 12:58:52 +0000 (+0200) Subject: drm: rcar-du: Remove obsolete rcar-du-r8a779x platform_device_id entries X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d519432c8529efe65174cb683b3fb2f31faecffa;p=linux-beck.git drm: rcar-du: Remove obsolete rcar-du-r8a779x platform_device_id entries 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 Signed-off-by: Laurent Pinchart --- diff --git a/drivers/gpu/drm/rcar-du/rcar_du_drv.c b/drivers/gpu/drm/rcar-du/rcar_du_drv.c index feddda0aaea2..a8dfca5575c8 100644 --- a/drivers/gpu/drm/rcar-du/rcar_du_drv.c +++ b/drivers/gpu/drm/rcar-du/rcar_du_drv.c @@ -108,8 +108,6 @@ static const struct rcar_du_device_info rcar_du_r8a7791_info = { static const struct platform_device_id rcar_du_id_table[] = { { "rcar-du-r8a7779", (kernel_ulong_t)&rcar_du_r8a7779_info }, - { "rcar-du-r8a7790", (kernel_ulong_t)&rcar_du_r8a7790_info }, - { "rcar-du-r8a7791", (kernel_ulong_t)&rcar_du_r8a7791_info }, { } };