staging: vc04_services: Fix platform_no_drv_owner.cocci warnings.
Removed .owner field initialization, platform core does it automatically. Pointed out by Coccinelle. Signed-off-by: Kishore KP <kishore.p@techveda.org> Signed-off-by: Suniel Mahesh <sunil.m@techveda.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
8f3614c5c6
commit
886654d7e3
@ -443,7 +443,6 @@ static struct platform_driver bcm2835_alsa0_driver = {
|
||||
#endif
|
||||
.driver = {
|
||||
.name = "bcm2835_audio",
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = snd_bcm2835_of_match_table,
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user