diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 18:20:05 +0400 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 18:20:05 +0400 |
commit | ea18faf9f6173bcb74bd4079dc0356be82d6d8ec (patch) | |
tree | 613433b2e1d7c3fd4979eef2459da7ef414598bf /arch/arm/mach-prima2/rstc.c | |
parent | ceb8ef2e20fe452f55d9fee0e8c8f2dfcec73db5 (diff) | |
download | linux-ea18faf9f6173bcb74bd4079dc0356be82d6d8ec.tar.xz |
ARM: mach-prima2: 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/mach-prima2/rstc.c')
-rw-r--r-- | arch/arm/mach-prima2/rstc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-prima2/rstc.c b/arch/arm/mach-prima2/rstc.c index 3dffcb2d714e..e1f1f86f6a95 100644 --- a/arch/arm/mach-prima2/rstc.c +++ b/arch/arm/mach-prima2/rstc.c @@ -114,7 +114,6 @@ static struct platform_driver sirfsoc_rstc_driver = { .probe = sirfsoc_rstc_probe, .driver = { .name = "sirfsoc_rstc", - .owner = THIS_MODULE, .of_match_table = rstc_ids, }, }; |