Skip to content

Commit

Permalink
drm/tegra: Make tegra_drm_driver static
Browse files Browse the repository at this point in the history
There is no need to access it from other files now that the driver has
been decoupled from host1x.

Signed-off-by: Thierry Reding <treding@nvidia.com>
  • Loading branch information
Thierry Reding committed Dec 3, 2013
1 parent a7ed68f commit 9b57f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/tegra/drm.c
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ static void tegra_debugfs_cleanup(struct drm_minor *minor)
}
#endif

struct drm_driver tegra_drm_driver = {
static struct drm_driver tegra_drm_driver = {
.driver_features = DRIVER_MODESET | DRIVER_GEM,
.load = tegra_drm_load,
.unload = tegra_drm_unload,
Expand Down

0 comments on commit 9b57f5f

Please sign in to comment.