]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: omap1: declare a dummy omap_set_dma_priority
authorArnd Bergmann <arnd@arndb.de>
Fri, 9 Aug 2019 19:42:31 +0000 (21:42 +0200)
committerArnd Bergmann <arnd@arndb.de>
Thu, 21 Apr 2022 13:00:48 +0000 (15:00 +0200)
commit71d6e921a990c2a96d5461f749c87874b47b6387
tree315563cd1c6f333cee215468cf32c18ddffddc14
parent8d164a8faed1649fafa3dd4f672eef2854892ebb
ARM: omap1: declare a dummy omap_set_dma_priority

omapfb calls directly into the omap_set_dma_priority() function in
the DMA driver. This prevents compile-testing omapfb on other
architectures. Add an inline function next to the other ones
for non-omap configurations.

Acked-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
include/linux/omap-dma.h