Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 540457cc authored by Thierry Reding's avatar Thierry Reding
Browse files

drm/tegra: gem - Make tegra_bo_import() static



The function is never used outside of the source file and therefore can
be locally scoped.

Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent fb7be70e
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -169,7 +169,8 @@ err:
	return ERR_PTR(ret);
	return ERR_PTR(ret);
}
}


struct tegra_bo *tegra_bo_import(struct drm_device *drm, struct dma_buf *buf)
static struct tegra_bo *tegra_bo_import(struct drm_device *drm,
					struct dma_buf *buf)
{
{
	struct dma_buf_attachment *attach;
	struct dma_buf_attachment *attach;
	struct tegra_bo *bo;
	struct tegra_bo *bo;