libnvdimm/of_pmem: Fix platform_no_drv_owner.cocci warnings

Remove .owner field if calls are used which set it automatically
Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
This commit is contained in:
YueHaibing 2019-02-26 01:42:53 +00:00 коммит произвёл Dan Williams
Родитель 5c9d62d002
Коммит 316720b9c2
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -108,7 +108,6 @@ static struct platform_driver of_pmem_region_driver = {
.remove = of_pmem_region_remove,
.driver = {
.name = "of_pmem",
.owner = THIS_MODULE,
.of_match_table = of_pmem_region_match,
},
};