aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 10:20:16 -0400
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 10:20:16 -0400
commit7ab6c54b5dc15732bf14c29bb21263efa49704bd (patch)
treebe959281ad82fc0aad8ea901f7be8adfd33aea1e
parente61bf8d05a2868963277746f2a8a36094bbfd331 (diff)
amba: drop owner assignment from platform_drivers
A platform_driver does not need to set an owner, it will be populated by the driver core. Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
-rw-r--r--drivers/amba/tegra-ahb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/amba/tegra-ahb.c b/drivers/amba/tegra-ahb.c
index d8961ef4d2e7..c6dc3548e5d1 100644
--- a/drivers/amba/tegra-ahb.c
+++ b/drivers/amba/tegra-ahb.c
@@ -277,7 +277,6 @@ static struct platform_driver tegra_ahb_driver = {
277 .probe = tegra_ahb_probe, 277 .probe = tegra_ahb_probe,
278 .driver = { 278 .driver = {
279 .name = DRV_NAME, 279 .name = DRV_NAME,
280 .owner = THIS_MODULE,
281 .of_match_table = tegra_ahb_of_match, 280 .of_match_table = tegra_ahb_of_match,
282 .pm = &tegra_ahb_pm, 281 .pm = &tegra_ahb_pm,
283 }, 282 },