commit | 4c3dab398d1317546d22b27be1a73b2c83ec7153 | [log] [tgz] |
---|---|---|
author | Max Filippov <jcmvbkbc@gmail.com> | Sat Nov 07 06:59:51 2015 +0300 |
committer | Max Filippov <jcmvbkbc@gmail.com> | Mon Nov 09 01:25:38 2015 +0300 |
tree | 29cb959bef3622113dfe2e5f15bbe7dfdd696ab1 | |
parent | c7ca9fe17b84719ef2edbe854e1b0cac04a91e2f [diff] |
xtensa: implement dma_to_phys and phys_to_dma This fixes the following build error seen in -next: drivers/gpu/drm/nouveau/nvkm/subdev/instmem/gk20a.c:143:2: error: implicit declaration of function 'dma_to_phys' Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>