commit | 0278bad18e6d27a31bac06a19e62accd0da64d86 | [log] [tgz] |
---|---|---|
author | Tony Lindgren <tony@atomide.com> | Thu Aug 10 08:21:40 2017 -0700 |
committer | Tony Lindgren <tony@atomide.com> | Thu Aug 10 08:21:40 2017 -0700 |
tree | d50db69817e819aa0e83d06a09fd197e47a2ac3e | |
parent | 5771a8c08880cdca3bfb4a3fc6d309d6bba20877 [diff] |
ARM: OMAP2+: Remove unused legacy code for DMA We are now booting all mach-omap2 in device tree only mode. Any code that is only called in legacy boot mode where of_have_populated_dt() is not set is safe to remove now. Let's leave the dummy omap2_system_dma_init_dev() check in place for now to avoid a pointless merge conflict with tusb6010 dmaengine conversion as pointed out by Peter Ujfalusi <peter.ujfalusi@ti.com>. Signed-off-by: Tony Lindgren <tony@atomide.com>