]> asedeno.scripts.mit.edu Git - linux.git/commit
ARM: OMAP2+: Remove unused legacy code for DMA
authorTony Lindgren <tony@atomide.com>
Thu, 10 Aug 2017 15:21:40 +0000 (08:21 -0700)
committerTony Lindgren <tony@atomide.com>
Thu, 10 Aug 2017 15:21:40 +0000 (08:21 -0700)
commit0278bad18e6d27a31bac06a19e62accd0da64d86
treed50db69817e819aa0e83d06a09fd197e47a2ac3e
parent5771a8c08880cdca3bfb4a3fc6d309d6bba20877
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>
arch/arm/mach-omap2/dma.c