spi: Drop owner assignment from spi_drivers
[linux-2.6-microblaze.git] / drivers / mfd / stmpe-spi.c
index 618ba24..f8b14ab 100644 (file)
@@ -135,7 +135,6 @@ static struct spi_driver stmpe_spi_driver = {
        .driver = {
                .name   = "stmpe-spi",
                .of_match_table = of_match_ptr(stmpe_spi_of_match),
-               .owner  = THIS_MODULE,
 #ifdef CONFIG_PM
                .pm     = &stmpe_dev_pm_ops,
 #endif