ARM: shmobile: r8a73a4: Remove empty r8a73a4_add_dt_devices
r8a73a4_add_dt_devices() no longer enables any devices so remove it. Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
dfb846c95e
commit
fd3edcbe9f
3 changed files with 0 additions and 6 deletions
|
@ -48,7 +48,6 @@ static void __init ape6evm_add_standard_devices(void)
|
||||||
clk_put(parent);
|
clk_put(parent);
|
||||||
clk_put(mp);
|
clk_put(mp);
|
||||||
|
|
||||||
r8a73a4_add_dt_devices();
|
|
||||||
of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL);
|
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_standard_devices(void);
|
||||||
void r8a73a4_add_dt_devices(void);
|
|
||||||
void r8a73a4_clock_init(void);
|
void r8a73a4_clock_init(void);
|
||||||
void r8a73a4_pinmux_init(void);
|
void r8a73a4_pinmux_init(void);
|
||||||
|
|
||||||
|
|
|
@ -187,10 +187,6 @@ static struct resource cmt1_resources[] = {
|
||||||
&cmt##idx##_platform_data, \
|
&cmt##idx##_platform_data, \
|
||||||
sizeof(struct sh_timer_config))
|
sizeof(struct sh_timer_config))
|
||||||
|
|
||||||
void __init r8a73a4_add_dt_devices(void)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
/* DMA */
|
/* DMA */
|
||||||
static const struct sh_dmae_slave_config dma_slaves[] = {
|
static const struct sh_dmae_slave_config dma_slaves[] = {
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue