aboutsummaryrefslogtreecommitdiffstats
path: root/fs/pstore/ram.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/pstore/ram.c')
-rw-r--r--fs/pstore/ram.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/pstore/ram.c b/fs/pstore/ram.c
index 2f389ce5023c..8613e5b35c22 100644
--- a/fs/pstore/ram.c
+++ b/fs/pstore/ram.c
@@ -561,7 +561,6 @@ static struct platform_driver ramoops_driver = {
561 .remove = __exit_p(ramoops_remove), 561 .remove = __exit_p(ramoops_remove),
562 .driver = { 562 .driver = {
563 .name = "ramoops", 563 .name = "ramoops",
564 .owner = THIS_MODULE,
565 }, 564 },
566}; 565};
567 566