Commit fd3edcbe authored by Simon Horman's avatar Simon Horman

ARM: shmobile: r8a73a4: Remove empty r8a73a4_add_dt_devices

r8a73a4_add_dt_devices() no longer enables any devices
so remove it.
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent dfb846c9
......@@ -48,7 +48,6 @@ static void __init ape6evm_add_standard_devices(void)
clk_put(parent);
clk_put(mp);
r8a73a4_add_dt_devices();
of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL);
}
......
......@@ -11,7 +11,6 @@ enum {
};
void r8a73a4_add_standard_devices(void);
void r8a73a4_add_dt_devices(void);
void r8a73a4_clock_init(void);
void r8a73a4_pinmux_init(void);
......
......@@ -187,10 +187,6 @@ static struct resource cmt1_resources[] = {
&cmt##idx##_platform_data, \
sizeof(struct sh_timer_config))
void __init r8a73a4_add_dt_devices(void)
{
}
/* DMA */
static const struct sh_dmae_slave_config dma_slaves[] = {
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment