提交 9b57f5f2 编写于 作者: T Thierry Reding

drm/tegra: Make tegra_drm_driver static

There is no need to access it from other files now that the driver has
been decoupled from host1x.
Signed-off-by: NThierry Reding <treding@nvidia.com>
上级 a7ed68fc
......@@ -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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册