ARM: shmobile: r8a7740: Remove unused r8a7740_add_early_devices_dt()
It was removed in commit744fdc8dc0
("ARM: shmobile: r8a7740: Prepare for reference DT setup"), but accidentally resurrected in commit8837883778
("ARM: shmobile: Remove unused r8a7740 auxdata table"). Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
1668a7a699
commit
72dc392ae5
1 changed files with 0 additions and 11 deletions
|
@ -869,17 +869,6 @@ void __init r8a7740_add_early_devices(void)
|
||||||
|
|
||||||
#ifdef CONFIG_USE_OF
|
#ifdef CONFIG_USE_OF
|
||||||
|
|
||||||
void __init r8a7740_add_early_devices_dt(void)
|
|
||||||
{
|
|
||||||
shmobile_setup_delay(800, 1, 3); /* Cortex-A9 @ 800MHz */
|
|
||||||
|
|
||||||
early_platform_add_devices(r8a7740_early_devices,
|
|
||||||
ARRAY_SIZE(r8a7740_early_devices));
|
|
||||||
|
|
||||||
/* setup early console here as well */
|
|
||||||
shmobile_setup_console();
|
|
||||||
}
|
|
||||||
|
|
||||||
void __init r8a7740_add_standard_devices_dt(void)
|
void __init r8a7740_add_standard_devices_dt(void)
|
||||||
{
|
{
|
||||||
platform_add_devices(r8a7740_devices_dt,
|
platform_add_devices(r8a7740_devices_dt,
|
||||||
|
|
Loading…
Add table
Reference in a new issue