]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/spi/spi-tegra114.c
Merge branch 'linux-4.3' of git://anongit.freedesktop.org/nouveau/linux-2.6 into...
[karo-tx-linux.git] / drivers / spi / spi-tegra114.c
index 795bcbc0131b14e058a54fac711711fe525774a9..73779cecc3bbcf544ffb74f55048dcc6d06db952 100644 (file)
@@ -1223,7 +1223,6 @@ static const struct dev_pm_ops tegra_spi_pm_ops = {
 static struct platform_driver tegra_spi_driver = {
        .driver = {
                .name           = "spi-tegra114",
-               .owner          = THIS_MODULE,
                .pm             = &tegra_spi_pm_ops,
                .of_match_table = tegra_spi_of_match,
        },