mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 01:04:19 +08:00
spi: davinci: setup the driver owner
Setup the owner member of the platform driver to THIS_MODULE instead of leaving it NULL. Signed-off-by: Brian Niebuhr <bniebuhr@efjohnson.com> Tested-By: Michael Williamson <michael.williamson@criticallink.com> Signed-off-by: Sekhar Nori <nsekhar@ti.com>
This commit is contained in:
parent
3f27b57c16
commit
d8c174cdeb
@ -1001,7 +1001,10 @@ static int __exit davinci_spi_remove(struct platform_device *pdev)
|
||||
}
|
||||
|
||||
static struct platform_driver davinci_spi_driver = {
|
||||
.driver.name = "spi_davinci",
|
||||
.driver = {
|
||||
.name = "spi_davinci",
|
||||
.owner = THIS_MODULE,
|
||||
},
|
||||
.remove = __exit_p(davinci_spi_remove),
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user