diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:21:57 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:21:57 +0200 |
commit | 75c43e049398d7822c356da611eab0b30a1249e1 (patch) | |
tree | feb6e5672d495a14eb4a18b53d3674248bff4366 /fs/pstore | |
parent | 467817edc57ff0b1e3a1d3d97b534296a956fb82 (diff) | |
download | linux-75c43e049398d7822c356da611eab0b30a1249e1.tar.bz2 |
pstore: 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 'fs/pstore')
-rw-r--r-- | fs/pstore/ram.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/pstore/ram.c b/fs/pstore/ram.c index 3b5744306ed8..da1fed65e7db 100644 --- a/fs/pstore/ram.c +++ b/fs/pstore/ram.c @@ -545,7 +545,6 @@ static struct platform_driver ramoops_driver = { .remove = __exit_p(ramoops_remove), .driver = { .name = "ramoops", - .owner = THIS_MODULE, }, }; |