mtd: nand-gpio: Add missing "owner" field in platform_driver struct
Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
This commit is contained in:
parent
f8e81c2b49
commit
65c972afb5
1 changed files with 1 additions and 0 deletions
|
@ -307,6 +307,7 @@ static struct platform_driver gpio_nand_driver = {
|
||||||
.remove = gpio_nand_remove,
|
.remove = gpio_nand_remove,
|
||||||
.driver = {
|
.driver = {
|
||||||
.name = "gpio-nand",
|
.name = "gpio-nand",
|
||||||
|
.owner = THIS_MODULE,
|
||||||
.of_match_table = of_match_ptr(gpio_nand_id_table),
|
.of_match_table = of_match_ptr(gpio_nand_id_table),
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue