aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/tegra/tegra30_i2s.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/tegra/tegra30_i2s.c')
-rw-r--r--sound/soc/tegra/tegra30_i2s.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/tegra/tegra30_i2s.c b/sound/soc/tegra/tegra30_i2s.c
index f146c41dd3ec..fe36375ba89c 100644
--- a/sound/soc/tegra/tegra30_i2s.c
+++ b/sound/soc/tegra/tegra30_i2s.c
@@ -585,7 +585,6 @@ static const struct dev_pm_ops tegra30_i2s_pm_ops = {
585static struct platform_driver tegra30_i2s_driver = { 585static struct platform_driver tegra30_i2s_driver = {
586 .driver = { 586 .driver = {
587 .name = DRV_NAME, 587 .name = DRV_NAME,
588 .owner = THIS_MODULE,
589 .of_match_table = tegra30_i2s_of_match, 588 .of_match_table = tegra30_i2s_of_match,
590 .pm = &tegra30_i2s_pm_ops, 589 .pm = &tegra30_i2s_pm_ops,
591 }, 590 },