mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-17 12:44:10 +00:00
Staging: kpc2000: kpc_dma: 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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
670a44c163
commit
10055c6fe2
1 changed files with 0 additions and 1 deletions
|
@ -197,7 +197,6 @@ static struct platform_driver kpc_dma_plat_driver_i = {
|
|||
.remove = kpc_dma_remove,
|
||||
.driver = {
|
||||
.name = KP_DRIVER_NAME_DMA_CONTROLLER,
|
||||
.owner = THIS_MODULE,
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue