提交 3b54befd 编写于 作者: B Ben Skeggs

drm/nouveau/mmu: make a couple of functions static

Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
上级 94cad89a
......@@ -61,7 +61,7 @@ nvkm_mmu_ptp_put(struct nvkm_mmu *mmu, bool force, struct nvkm_mmu_pt *pt)
kfree(pt);
}
struct nvkm_mmu_pt *
static struct nvkm_mmu_pt *
nvkm_mmu_ptp_get(struct nvkm_mmu *mmu, u32 size, bool zero)
{
struct nvkm_mmu_pt *pt;
......
......@@ -27,7 +27,7 @@
#include <nvif/class.h>
const u8 *
static const u8 *
tu102_mmu_kind(struct nvkm_mmu *mmu, int *count, u8 *invalid)
{
static const u8
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册