diff options
author | Thierry Reding <treding@nvidia.com> | 2013-12-12 10:10:46 +0100 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2013-12-19 09:29:54 +0100 |
commit | 425c0fdc427440fdaf039a649eab713d932fa368 (patch) | |
tree | cde840a56e4850e47ebb03b19751c144bd805de6 /drivers/gpu/drm/tegra/gem.h | |
parent | drm/tegra: Remove spurious blank line (diff) | |
download | linux-425c0fdc427440fdaf039a649eab713d932fa368.tar.xz linux-425c0fdc427440fdaf039a649eab713d932fa368.zip |
drm/tegra: Do not export tegra_bo_ops
These buffer object operations are never used outside of the GEM
implementation so there is no use in exporting them.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/gpu/drm/tegra/gem.h')
-rw-r--r-- | drivers/gpu/drm/tegra/gem.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/tegra/gem.h b/drivers/gpu/drm/tegra/gem.h index 7674000bf47d..007e0befcb9c 100644 --- a/drivers/gpu/drm/tegra/gem.h +++ b/drivers/gpu/drm/tegra/gem.h @@ -40,8 +40,6 @@ static inline struct tegra_bo *to_tegra_bo(struct drm_gem_object *gem) return container_of(gem, struct tegra_bo, gem); } -extern const struct host1x_bo_ops tegra_bo_ops; - struct tegra_bo *tegra_bo_create(struct drm_device *drm, unsigned int size, unsigned long flags); struct tegra_bo *tegra_bo_create_with_handle(struct drm_file *file, |