aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tegra/dc.c
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2015-08-07 09:26:57 +0200
committerThierry Reding <treding@nvidia.com>2015-08-13 13:47:43 +0200
commit76ac3284bb708545e762091ba5d6d0f0dbc008bc (patch)
tree6010d18b664dbf1afc8e14a05ee6053ab1e4f074 /drivers/gpu/drm/tegra/dc.c
parentdrm/tegra: dc: Rename register for consistency (diff)
downloadlinux-dev-76ac3284bb708545e762091ba5d6d0f0dbc008bc.tar.xz
linux-dev-76ac3284bb708545e762091ba5d6d0f0dbc008bc.zip
drm/tegra: dc: Don't explicitly set owner module
The call to platform_driver_register() will already set up the .owner field, so there's no need to do it explicitly. Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/gpu/drm/tegra/dc.c')
-rw-r--r--drivers/gpu/drm/tegra/dc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/tegra/dc.c b/drivers/gpu/drm/tegra/dc.c
index 60be70fb89ae..d60aa87d5152 100644
--- a/drivers/gpu/drm/tegra/dc.c
+++ b/drivers/gpu/drm/tegra/dc.c
@@ -2091,7 +2091,6 @@ static int tegra_dc_remove(struct platform_device *pdev)
struct platform_driver tegra_dc_driver = {
.driver = {
.name = "tegra-dc",
- .owner = THIS_MODULE,
.of_match_table = tegra_dc_of_match,
},
.probe = tegra_dc_probe,