spi: drop owner assignment from platform_drivers
authorWolfram Sang <wsa@the-dreams.de>
Mon, 20 Oct 2014 14:21:36 +0000 (16:21 +0200)
committerWolfram Sang <wsa@the-dreams.de>
Mon, 20 Oct 2014 14:21:36 +0000 (16:21 +0200)
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>
52 files changed:
drivers/spi/spi-adi-v3.c
drivers/spi/spi-altera.c
drivers/spi/spi-ath79.c
drivers/spi/spi-atmel.c
drivers/spi/spi-au1550.c
drivers/spi/spi-bcm2835.c
drivers/spi/spi-bcm63xx-hsspi.c
drivers/spi/spi-bcm63xx.c
drivers/spi/spi-bfin-sport.c
drivers/spi/spi-bfin5xx.c
drivers/spi/spi-clps711x.c
drivers/spi/spi-davinci.c
drivers/spi/spi-dw-mmio.c
drivers/spi/spi-efm32.c
drivers/spi/spi-ep93xx.c
drivers/spi/spi-falcon.c
drivers/spi/spi-fsl-espi.c
drivers/spi/spi-fsl-spi.c
drivers/spi/spi-gpio.c
drivers/spi/spi-imx.c
drivers/spi/spi-mpc512x-psc.c
drivers/spi/spi-mpc52xx-psc.c
drivers/spi/spi-mpc52xx.c
drivers/spi/spi-mxs.c
drivers/spi/spi-nuc900.c
drivers/spi/spi-oc-tiny.c
drivers/spi/spi-octeon.c
drivers/spi/spi-omap-100k.c
drivers/spi/spi-omap-uwire.c
drivers/spi/spi-omap2-mcspi.c
drivers/spi/spi-orion.c
drivers/spi/spi-ppc4xx.c
drivers/spi/spi-pxa2xx.c
drivers/spi/spi-qup.c
drivers/spi/spi-rockchip.c
drivers/spi/spi-rspi.c
drivers/spi/spi-s3c24xx.c
drivers/spi/spi-s3c64xx.c
drivers/spi/spi-sh-hspi.c
drivers/spi/spi-sh-msiof.c
drivers/spi/spi-sh-sci.c
drivers/spi/spi-sh.c
drivers/spi/spi-sirf.c
drivers/spi/spi-sun4i.c
drivers/spi/spi-sun6i.c
drivers/spi/spi-tegra114.c
drivers/spi/spi-tegra20-sflash.c
drivers/spi/spi-tegra20-slink.c
drivers/spi/spi-ti-qspi.c
drivers/spi/spi-topcliff-pch.c
drivers/spi/spi-txx9.c
drivers/spi/spi-xtensa-xtfpga.c

index 19ea8fb78cc7a804a1c21207776c39969901f041..a16b25dcd1e6098355144fa1ff80cfc60d06f673 100644 (file)
@@ -972,7 +972,6 @@ MODULE_ALIAS("platform:adi-spi3");
 static struct platform_driver adi_spi_driver = {
        .driver = {
                .name   = "adi-spi3",
-               .owner  = THIS_MODULE,
                .pm     = &adi_spi_pm_ops,
        },
        .remove         = adi_spi_remove,
index 5b5709a5c95725276a3942745e9edbf6dc2fb53e..b95010e724526273ef1949a1ceb7d88c06754820 100644 (file)
@@ -282,7 +282,6 @@ static struct platform_driver altera_spi_driver = {
        .remove = altera_spi_remove,
        .driver = {
                .name = DRV_NAME,
-               .owner = THIS_MODULE,
                .pm = NULL,
                .of_match_table = of_match_ptr(altera_spi_match),
        },
index 058db0fe8dc75f4565339ee673a382bf3d97ae9b..b02eb4ac02180e6cf4633d91590f99b6dbccc2c6 100644 (file)
@@ -307,7 +307,6 @@ static struct platform_driver ath79_spi_driver = {
        .shutdown       = ath79_spi_shutdown,
        .driver         = {
                .name   = DRV_NAME,
-               .owner  = THIS_MODULE,
        },
 };
 module_platform_driver(ath79_spi_driver);
index 113c83f44b5cdfd0a5840ff87c74176a3285fde2..5b8a84e817343822cd43ed055220adef3c1a977c 100644 (file)
@@ -1493,7 +1493,6 @@ MODULE_DEVICE_TABLE(of, atmel_spi_dt_ids);
 static struct platform_driver atmel_spi_driver = {
        .driver         = {
                .name   = "atmel_spi",
-               .owner  = THIS_MODULE,
                .pm     = ATMEL_SPI_PM_OPS,
                .of_match_table = of_match_ptr(atmel_spi_dt_ids),
        },
index f40b34cdf2fc433ddb9722238cc80004efec52bf..326f47973684aa454c5a69d201150a88bf72763f 100644 (file)
@@ -965,7 +965,6 @@ static struct platform_driver au1550_spi_drv = {
        .remove = au1550_spi_remove,
        .driver = {
                .name = "au1550-spi",
-               .owner = THIS_MODULE,
        },
 };
 
index 69167456ec1e6a7c6de0a3cd68003bafbc8c78ed..98aab457b24d987330280eb70bbf0dbb49f61a81 100644 (file)
@@ -395,7 +395,6 @@ MODULE_DEVICE_TABLE(of, bcm2835_spi_match);
 static struct platform_driver bcm2835_spi_driver = {
        .driver         = {
                .name           = DRV_NAME,
-               .owner          = THIS_MODULE,
                .of_match_table = bcm2835_spi_match,
        },
        .probe          = bcm2835_spi_probe,
index 86f5a98aa7a27038e016a42dc4be847f9fb0340c..f5ca6dc3a157879895aa0953c4c6681594b3d5ff 100644 (file)
@@ -459,7 +459,6 @@ static SIMPLE_DEV_PM_OPS(bcm63xx_hsspi_pm_ops, bcm63xx_hsspi_suspend,
 static struct platform_driver bcm63xx_hsspi_driver = {
        .driver = {
                .name   = "bcm63xx-hsspi",
-               .owner  = THIS_MODULE,
                .pm     = &bcm63xx_hsspi_pm_ops,
        },
        .probe          = bcm63xx_hsspi_probe,
index 8510400e7867f6753c5683cc3af4c162c368a6a0..c20530982e2610c136f57c8b4ad4d343707dc7af 100644 (file)
@@ -469,7 +469,6 @@ static const struct dev_pm_ops bcm63xx_spi_pm_ops = {
 static struct platform_driver bcm63xx_spi_driver = {
        .driver = {
                .name   = "bcm63xx-spi",
-               .owner  = THIS_MODULE,
                .pm     = &bcm63xx_spi_pm_ops,
        },
        .probe          = bcm63xx_spi_probe,
index f515c5e9db5723babdf9f15ba808185011459948..a78693189f4580c2929266feed8958fb1e7ea38e 100644 (file)
@@ -921,7 +921,6 @@ static SIMPLE_DEV_PM_OPS(bfin_sport_spi_pm_ops, bfin_sport_spi_suspend,
 static struct platform_driver bfin_sport_spi_driver = {
        .driver = {
                .name   = DRV_NAME,
-               .owner  = THIS_MODULE,
                .pm     = BFIN_SPORT_SPI_PM_OPS,
        },
        .probe   = bfin_sport_spi_probe,
index ebf720b88a2a5ca5c47c389379c50ab18e4cbd2b..37079937d2f77a5b33e20086b6d2a1c6d4fe5331 100644 (file)
@@ -1455,7 +1455,6 @@ MODULE_ALIAS("platform:bfin-spi");
 static struct platform_driver bfin_spi_driver = {
        .driver = {
                .name   = DRV_NAME,
-               .owner  = THIS_MODULE,
                .pm     = BFIN_SPI_PM_OPS,
        },
        .probe          = bfin_spi_probe,
index 181cf22620067677a01e0d6392b595f5b28545ad..8c30de0315e71bf5157fd6f6e84ce31ec0ec0838 100644 (file)
@@ -203,7 +203,6 @@ err_out:
 static struct platform_driver clps711x_spi_driver = {
        .driver = {
                .name   = DRIVER_NAME,
-               .owner  = THIS_MODULE,
        },
        .probe  = spi_clps711x_probe,
 };
index 63700ab7bd9ff6687d03d7f900f1ddbc98a69d27..b3707badb1e58c559350919bac55b9451325a6e6 100644 (file)
@@ -1119,7 +1119,6 @@ static int davinci_spi_remove(struct platform_device *pdev)
 static struct platform_driver davinci_spi_driver = {
        .driver = {
                .name = "spi_davinci",
-               .owner = THIS_MODULE,
                .of_match_table = of_match_ptr(davinci_spi_of_match),
        },
        .probe = davinci_spi_probe,
index 21ce0e36fa0016725fddc3c6998a38b5a00d8e49..eb03e1215195bd5f9e9ea882cb1895db6ea79cdd 100644 (file)
@@ -135,7 +135,6 @@ static struct platform_driver dw_spi_mmio_driver = {
        .remove         = dw_spi_mmio_remove,
        .driver         = {
                .name   = DRIVER_NAME,
-               .owner  = THIS_MODULE,
                .of_match_table = dw_spi_mmio_of_match,
        },
 };
index 6caeb1cac0f35c1d19657521508a36a8293ad5cc..065fe8744989c4703cd492ec1f64b58effa7f62c 100644 (file)
@@ -494,7 +494,6 @@ static struct platform_driver efm32_spi_driver = {
 
        .driver = {
                .name = DRIVER_NAME,
-               .owner = THIS_MODULE,
                .of_match_table = efm32_spi_dt_ids,
        },
 };
index bf9728773247f1f1549f4c64c5bccbcf93a44bb9..bb00be8d185106986dc284cf8a256c0449a740fd 100644 (file)
@@ -964,7 +964,6 @@ static int ep93xx_spi_remove(struct platform_device *pdev)
 static struct platform_driver ep93xx_spi_driver = {
        .driver         = {
                .name   = "ep93xx-spi",
-               .owner  = THIS_MODULE,
        },
        .probe          = ep93xx_spi_probe,
        .remove         = ep93xx_spi_remove,
index f73b3004d6d30665ac06a911154e2507d59b57f5..912b9037e9cf511985ca15ce0364f64f2c57fbff 100644 (file)
@@ -441,7 +441,6 @@ static struct platform_driver falcon_sflash_driver = {
        .probe  = falcon_sflash_probe,
        .driver = {
                .name   = DRV_NAME,
-               .owner  = THIS_MODULE,
                .of_match_table = falcon_sflash_match,
        }
 };
index a7f94b6a9e70bef56ff1c0c88af95c6749081356..cff2ebd974639c43e942e5e7a121edeb4b577512 100644 (file)
@@ -827,7 +827,6 @@ MODULE_DEVICE_TABLE(of, of_fsl_espi_match);
 static struct platform_driver fsl_espi_driver = {
        .driver = {
                .name = "fsl_espi",
-               .owner = THIS_MODULE,
                .of_match_table = of_fsl_espi_match,
                .pm = &espi_pm,
        },
index ed792880c9d6f2933596e286c9595bcd1acd7690..048f4577e5aa9ba30df4a2ff1dfbaa6347556f85 100644 (file)
@@ -882,7 +882,6 @@ static int of_fsl_spi_remove(struct platform_device *ofdev)
 static struct platform_driver of_fsl_spi_driver = {
        .driver = {
                .name = "fsl_spi",
-               .owner = THIS_MODULE,
                .of_match_table = of_fsl_spi_match,
        },
        .probe          = of_fsl_spi_probe,
@@ -929,7 +928,6 @@ static struct platform_driver mpc8xxx_spi_driver = {
        .remove = plat_mpc8xxx_spi_remove,
        .driver = {
                .name = "mpc8xxx_spi",
-               .owner = THIS_MODULE,
        },
 };
 
index 9f595535cf2742a834527c23caf852e4e1d130c0..4a00b7c15b05d5899eaf307572cc09bc0549ea23 100644 (file)
@@ -524,7 +524,6 @@ MODULE_ALIAS("platform:" DRIVER_NAME);
 static struct platform_driver spi_gpio_driver = {
        .driver = {
                .name   = DRIVER_NAME,
-               .owner  = THIS_MODULE,
                .of_match_table = of_match_ptr(spi_gpio_dt_ids),
        },
        .probe          = spi_gpio_probe,
index 3637847b5370835c0ebee14142285a05832453e9..961b97d43b430914ed317b9623d06f940e39d797 100644 (file)
@@ -1231,7 +1231,6 @@ static int spi_imx_remove(struct platform_device *pdev)
 static struct platform_driver spi_imx_driver = {
        .driver = {
                   .name = DRIVER_NAME,
-                  .owner = THIS_MODULE,
                   .of_match_table = spi_imx_dt_ids,
                   },
        .id_table = spi_imx_devtype,
index 577d23a12763f79e5c9197aa8a252086c69cf7f2..ecae0d4e29459048679aa30aa3e30c4a1eac55d8 100644 (file)
@@ -600,7 +600,6 @@ static struct platform_driver mpc512x_psc_spi_of_driver = {
        .remove = mpc512x_psc_spi_of_remove,
        .driver = {
                .name = "mpc512x-psc-spi",
-               .owner = THIS_MODULE,
                .of_match_table = mpc512x_psc_spi_of_match,
        },
 };
index de532aa11d34e9f76212e0e4fb74d6c2244d8c18..72d11ebefb2890cc538b186ee6a97a8513426e0a 100644 (file)
@@ -508,7 +508,6 @@ static struct platform_driver mpc52xx_psc_spi_of_driver = {
        .remove = mpc52xx_psc_spi_of_remove,
        .driver = {
                .name = "mpc52xx-psc-spi",
-               .owner = THIS_MODULE,
                .of_match_table = mpc52xx_psc_spi_of_match,
        },
 };
index b07db4b62d80d823804516caaf961d8c57b9bea6..c36002110c30a58e158043d5820fc671fb9b5c64 100644 (file)
@@ -543,7 +543,6 @@ MODULE_DEVICE_TABLE(of, mpc52xx_spi_match);
 static struct platform_driver mpc52xx_spi_of_driver = {
        .driver = {
                .name = "mpc52xx-spi",
-               .owner = THIS_MODULE,
                .of_match_table = mpc52xx_spi_match,
        },
        .probe = mpc52xx_spi_probe,
index 51460878af041f6ce85c518415c13f74fc04c46e..11de3191f819867f447123c4ef7ec5bf7f046382 100644 (file)
@@ -572,7 +572,6 @@ static struct platform_driver mxs_spi_driver = {
        .remove = mxs_spi_remove,
        .driver = {
                .name   = DRIVER_NAME,
-               .owner  = THIS_MODULE,
                .of_match_table = mxs_spi_dt_ids,
        },
 };
index 73e91d5a43dfc28235b0f7617766c222e15329a0..f51a058e767820cec64de96c3bf52d1933e86677 100644 (file)
@@ -423,7 +423,6 @@ static struct platform_driver nuc900_spi_driver = {
        .remove         = nuc900_spi_remove,
        .driver         = {
                .name   = "nuc900-spi",
-               .owner  = THIS_MODULE,
        },
 };
 module_platform_driver(nuc900_spi_driver);
index 8998d11c72386d78811328590038be63ce34f3f9..76656a77ec1213d1db70d6ee98d546bc0f760da9 100644 (file)
@@ -351,7 +351,6 @@ static struct platform_driver tiny_spi_driver = {
        .remove = tiny_spi_remove,
        .driver = {
                .name = DRV_NAME,
-               .owner = THIS_MODULE,
                .pm = NULL,
                .of_match_table = of_match_ptr(tiny_spi_match),
        },
index c5e2f718eebda3f2c5da42266b7769e4aa8ca407..b283d537d16aaacc2b57e402b0dd6e3cd078a7e9 100644 (file)
@@ -247,7 +247,6 @@ MODULE_DEVICE_TABLE(of, octeon_spi_match);
 static struct platform_driver octeon_spi_driver = {
        .driver = {
                .name           = "spi-octeon",
-               .owner          = THIS_MODULE,
                .of_match_table = octeon_spi_match,
        },
        .probe          = octeon_spi_probe,
index fb522765ce5ad4e29e4d1d5cdd3c8ef75b9a290e..79399ae9c84c485718d6390c234278b8b5a4f235 100644 (file)
@@ -453,7 +453,6 @@ err:
 static struct platform_driver omap1_spi100k_driver = {
        .driver = {
                .name           = "omap1_spi100k",
-               .owner          = THIS_MODULE,
        },
        .probe          = omap1_spi100k_probe,
 };
index 8bca90a19dd1ed2308c75259eeb40aacefb53ddb..daf1ada5cd11a89e73be62ff059db220a76eac39 100644 (file)
@@ -527,7 +527,6 @@ MODULE_ALIAS("platform:omap_uwire");
 static struct platform_driver uwire_driver = {
        .driver = {
                .name           = "omap_uwire",
-               .owner          = THIS_MODULE,
        },
        .probe = uwire_probe,
        .remove = uwire_remove,
index 352eed7463aca0dc23d104178538236f5534257c..3bc3cbabbbc0f350d8db5a370e6fb45d18a5468f 100644 (file)
@@ -1521,7 +1521,6 @@ static const struct dev_pm_ops omap2_mcspi_pm_ops = {
 static struct platform_driver omap2_mcspi_driver = {
        .driver = {
                .name =         "omap2_mcspi",
-               .owner =        THIS_MODULE,
                .pm =           &omap2_mcspi_pm_ops,
                .of_match_table = omap_mcspi_of_match,
        },
index 835cdda6f4f586d1eb31fccf6904f4203a82ddcd..f6d2188cef8472588d3b03eae6a1b6ac471c3148 100644 (file)
@@ -551,7 +551,6 @@ static const struct dev_pm_ops orion_spi_pm_ops = {
 static struct platform_driver orion_spi_driver = {
        .driver = {
                .name   = DRIVER_NAME,
-               .owner  = THIS_MODULE,
                .pm     = &orion_spi_pm_ops,
                .of_match_table = of_match_ptr(orion_spi_of_match_table),
        },
index 80b8408ac3e3c89e05ff8c30fd8b99f0ced01601..54fb984a3e1748157af2ecd230d605f60aee0bc4 100644 (file)
@@ -575,7 +575,6 @@ static struct platform_driver spi_ppc4xx_of_driver = {
        .remove = spi_ppc4xx_of_remove,
        .driver = {
                .name = DRIVER_NAME,
-               .owner = THIS_MODULE,
                .of_match_table = spi_ppc4xx_of_match,
        },
 };
index d8a105f76837682b61670567aebe9741732f0f58..00850f83aeba9a309822cd4eaecd7eec784567c8 100644 (file)
@@ -1331,7 +1331,6 @@ static const struct dev_pm_ops pxa2xx_spi_pm_ops = {
 static struct platform_driver driver = {
        .driver = {
                .name   = "pxa2xx-spi",
-               .owner  = THIS_MODULE,
                .pm     = &pxa2xx_spi_pm_ops,
                .acpi_match_table = ACPI_PTR(pxa2xx_spi_acpi_match),
        },
index 9f83d29507488a5a6d76f6c7be9fbb57dc6b79cd..390ed712eeed7d66fb662710bb24f0ae6e9d9ea9 100644 (file)
@@ -756,7 +756,6 @@ static const struct dev_pm_ops spi_qup_dev_pm_ops = {
 static struct platform_driver spi_qup_driver = {
        .driver = {
                .name           = "spi_qup",
-               .owner          = THIS_MODULE,
                .pm             = &spi_qup_dev_pm_ops,
                .of_match_table = spi_qup_dt_match,
        },
index f96ea8a38d640f988a797ecd448b2c9c64e9a8ed..7d90c9963093101eda747dd70eafcaaf2818019c 100644 (file)
@@ -822,7 +822,6 @@ MODULE_DEVICE_TABLE(of, rockchip_spi_dt_match);
 static struct platform_driver rockchip_spi_driver = {
        .driver = {
                .name   = DRIVER_NAME,
-               .owner = THIS_MODULE,
                .pm = &rockchip_spi_pm,
                .of_match_table = of_match_ptr(rockchip_spi_dt_match),
        },
index 54bb0faec1555810b07e43245d56df1eb884f4f2..2071f788c6fb3b8b376cade7b7319f6779a5f1be 100644 (file)
@@ -1211,7 +1211,6 @@ static struct platform_driver rspi_driver = {
        .id_table =     spi_driver_ids,
        .driver         = {
                .name = "renesas_spi",
-               .owner  = THIS_MODULE,
                .of_match_table = of_match_ptr(rspi_of_match),
        },
 };
index e713737d784fa0291b8cd92b61eb76c8d2ac3f4a..f747ca26998624752cf1fbb6f9c051c477c49198 100644 (file)
@@ -663,7 +663,6 @@ static struct platform_driver s3c24xx_spi_driver = {
        .remove         = s3c24xx_spi_remove,
        .driver         = {
                .name   = "s3c2410-spi",
-               .owner  = THIS_MODULE,
                .pm     = S3C24XX_SPI_PMOPS,
        },
 };
index 480133ee1eb39bac36132f84e70311f5769892ec..4392b44c78891c1386bfad15c46dbf03376e1af3 100644 (file)
@@ -1381,7 +1381,6 @@ MODULE_DEVICE_TABLE(of, s3c64xx_spi_dt_match);
 static struct platform_driver s3c64xx_spi_driver = {
        .driver = {
                .name   = "s3c64xx-spi",
-               .owner = THIS_MODULE,
                .pm = &s3c64xx_spi_pm,
                .of_match_table = of_match_ptr(s3c64xx_spi_dt_match),
        },
index 94b5faed21e2c45cfbdc6e06a665645722811054..fc29233d0650904f648a2d08ee9a37fcb5e25a7c 100644 (file)
@@ -315,7 +315,6 @@ static struct platform_driver hspi_driver = {
        .remove = hspi_remove,
        .driver = {
                .name = "sh-hspi",
-               .owner = THIS_MODULE,
                .of_match_table = hspi_of_match,
        },
 };
index 3f365402fcc08063d0709aeee609d3dce30646ce..239be7cbe5a83ee5e5a037bec810ee3bd24bf382 100644 (file)
@@ -1235,7 +1235,6 @@ static struct platform_driver sh_msiof_spi_drv = {
        .id_table       = spi_driver_ids,
        .driver         = {
                .name           = "spi_sh_msiof",
-               .owner          = THIS_MODULE,
                .of_match_table = of_match_ptr(sh_msiof_match),
        },
 };
index b83dd733684ca5d8f2566d579d0ecf7056848a66..a9beeeed812cb58668639f92c7caaf38737abffc 100644 (file)
@@ -187,7 +187,6 @@ static struct platform_driver sh_sci_spi_drv = {
        .remove         = sh_sci_spi_remove,
        .driver         = {
                .name   = "spi_sh_sci",
-               .owner  = THIS_MODULE,
        },
 };
 module_platform_driver(sh_sci_spi_drv);
index 8e171a76049f9def37e0ea7d50f0fc37c97319cb..1cfc906dd1741a4faaabb445fb2a2f0b586bb2a3 100644 (file)
@@ -532,7 +532,6 @@ static struct platform_driver spi_sh_driver = {
        .remove = spi_sh_remove,
        .driver = {
                .name = "sh_spi",
-               .owner = THIS_MODULE,
        },
 };
 module_platform_driver(spi_sh_driver);
index 39e2c0a55a2865acc6c50354cf90fa27263bc922..515184cfba4e9f015a83b29e037ed64adeaf516b 100644 (file)
@@ -820,7 +820,6 @@ MODULE_DEVICE_TABLE(of, spi_sirfsoc_of_match);
 static struct platform_driver spi_sirfsoc_driver = {
        .driver = {
                .name = DRIVER_NAME,
-               .owner = THIS_MODULE,
                .pm     = &spi_sirfsoc_pm_ops,
                .of_match_table = spi_sirfsoc_of_match,
        },
index 85204c93f3d34b845cb019ba847b2c24500c610c..fbb0a4d74e91c6716d6adc87c8c9bbae91487ed5 100644 (file)
@@ -464,7 +464,6 @@ static struct platform_driver sun4i_spi_driver = {
        .remove = sun4i_spi_remove,
        .driver = {
                .name           = "sun4i-spi",
-               .owner          = THIS_MODULE,
                .of_match_table = sun4i_spi_match,
                .pm             = &sun4i_spi_pm_ops,
        },
index bd24093f40386450d4f921e3b71f0ce4919fe5ba..ac48f59705a87f3a5c48c22c896d4e2c04b03b50 100644 (file)
@@ -470,7 +470,6 @@ static struct platform_driver sun6i_spi_driver = {
        .remove = sun6i_spi_remove,
        .driver = {
                .name           = "sun6i-spi",
-               .owner          = THIS_MODULE,
                .of_match_table = sun6i_spi_match,
                .pm             = &sun6i_spi_pm_ops,
        },
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,
        },
index cd66fe7b78a900a9df5d5b9cca050a326f654f99..b6558bb6f9dfc1efb0084a28ad95280ab8d527fe 100644 (file)
@@ -608,7 +608,6 @@ static const struct dev_pm_ops slink_pm_ops = {
 static struct platform_driver tegra_sflash_driver = {
        .driver = {
                .name           = "spi-tegra-sflash",
-               .owner          = THIS_MODULE,
                .pm             = &slink_pm_ops,
                .of_match_table = tegra_sflash_of_match,
        },
index 0b9e32e9f493fee14ad73acb48cd6ebce9e96c00..85c91f58b42f3f8213f5a66749f0d4683d9b0a7a 100644 (file)
@@ -1224,7 +1224,6 @@ static const struct dev_pm_ops slink_pm_ops = {
 static struct platform_driver tegra_slink_driver = {
        .driver = {
                .name           = "spi-tegra-slink",
-               .owner          = THIS_MODULE,
                .pm             = &slink_pm_ops,
                .of_match_table = tegra_slink_of_match,
        },
index 6c211d1910b084645d19d6eaa8cdcc3aa2f7c1c9..6146c4cd6583df60f72f0c526b4becb7e682db08 100644 (file)
@@ -567,7 +567,6 @@ static struct platform_driver ti_qspi_driver = {
        .remove = ti_qspi_remove,
        .driver = {
                .name   = "ti-qspi",
-               .owner  = THIS_MODULE,
                .pm =   &ti_qspi_pm_ops,
                .of_match_table = ti_qspi_match,
        }
index 0a87ec39f619de26f3ee6b19ec035092b45f4ae3..be692ad504423e42beed4800fb9fadc90a3b3b3f 100644 (file)
@@ -1561,7 +1561,6 @@ static int pch_spi_pd_resume(struct platform_device *pd_dev)
 static struct platform_driver pch_spi_pd_driver = {
        .driver = {
                .name = "pch-spi",
-               .owner = THIS_MODULE,
        },
        .probe = pch_spi_pd_probe,
        .remove = pch_spi_pd_remove,
index 2501a8373e890dec1896a50d8b18fda05295d0d0..0da7c67f5db40d09a7c63e4632291d6875145be1 100644 (file)
@@ -426,7 +426,6 @@ static struct platform_driver txx9spi_driver = {
        .remove = txx9spi_remove,
        .driver = {
                .name = "spi_txx9",
-               .owner = THIS_MODULE,
        },
 };
 
index 0dc5df5233a96f5b2004d837bc862fbcd626fede..2e32ea2f194f3f0d92c4410be212d65b4be75b0d 100644 (file)
@@ -160,7 +160,6 @@ static struct platform_driver xtfpga_spi_driver = {
        .remove = xtfpga_spi_remove,
        .driver = {
                .name = XTFPGA_SPI_NAME,
-               .owner = THIS_MODULE,
                .of_match_table = of_match_ptr(xtfpga_spi_of_match),
        },
 };
This page took 0.049706 seconds and 5 git commands to generate.