On Mon, Sep 9, 2013 at 4:51 PM, Jon Mason <[email protected]> wrote: > dma_sync_wait and dma_find_channel are declared regardless of whether > CONFIG_DMA_ENGINE is enabled, but calling the function without > CONFIG_DMA_ENGINE enabled results "undefined reference" errors. > > To get around this, declare dma_sync_wait and dma_find_channel as inline > functions if CONFIG_DMA_ENGINE is undefined. > > Signed-off-by: Jon Mason <[email protected]>
Applied with a s/dmadevices/dmaengine/ on the subject. -- Dan -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

