mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-01 10:42:58 +09:00
This inline function is unused on configurations where dma_map/unmap are empty macros. Make the function inline to avoid gcc errors because of an unused static function. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>