diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:20:07 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:20:07 +0200 |
commit | 848ceb1b85e306a8634ea6ed6ec752598554f5b1 (patch) | |
tree | 7a1acd0f888d0f56fe2d85798219375e902cfd45 /arch/arm/plat-pxa | |
parent | 67cfdbc4dcac4a9105adbdb5926facd2a4d304f9 (diff) | |
download | linux-848ceb1b85e306a8634ea6ed6ec752598554f5b1.tar.bz2 |
ARM: plat-pxa: drop owner assignment from platform_drivers
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>
Diffstat (limited to 'arch/arm/plat-pxa')
-rw-r--r-- | arch/arm/plat-pxa/ssp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/plat-pxa/ssp.c b/arch/arm/plat-pxa/ssp.c index 1f5ee17a10e8..ad9529cc4203 100644 --- a/arch/arm/plat-pxa/ssp.c +++ b/arch/arm/plat-pxa/ssp.c @@ -268,7 +268,6 @@ static struct platform_driver pxa_ssp_driver = { .probe = pxa_ssp_probe, .remove = pxa_ssp_remove, .driver = { - .owner = THIS_MODULE, .name = "pxa2xx-ssp", .of_match_table = of_match_ptr(pxa_ssp_of_ids), }, |