mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-25 12:00:22 +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>