OSDN Git Service

ASoC: tegra: drop owner assignment from platform_drivers
[uclinux-h8/linux.git] / sound / soc / tegra / tegra20_i2s.c
index 79a9932..05f1c6e 100644 (file)
@@ -464,7 +464,6 @@ static const struct dev_pm_ops tegra20_i2s_pm_ops = {
 static struct platform_driver tegra20_i2s_driver = {
        .driver = {
                .name = DRV_NAME,
-               .owner = THIS_MODULE,
                .of_match_table = tegra20_i2s_of_match,
                .pm = &tegra20_i2s_pm_ops,
        },