Local: ARM: shmobile: r8a7790: Remove duplicate audio DMA initialization

Commit 556090d ("Local: ARM: shmobile: r8a7790: enable DMA for DT")
added audio DMA initialization calls to r8a7790_add_dt_devices(),
but forgot to remove them from r8a7790_add_standard_devices().

As r8a7790_add_standard_devices() calls r8a7790_add_dt_devices(), they're
now executed twice.

Based on a similar change for the r8a7791 by
Geert Uytterhoeven.

Cc: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
1 file changed