mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
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: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
a7ed68fcc7
commit
9b57f5f2c5
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue