mirror of
https://github.com/torvalds/linux.git
synced 2026-06-27 16:45:33 +02:00
staging: mt7621-mmc: Remove redundant driver owner assignment
Remove the owner assignment form the platform driver as platform_driver_register() already initializes the owner. Signed-off-by: Christian Lütke-Stetzkamp <christian@lkamp.de> Reviewed-by: NeilBrown <neil@brown.name> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
e2031e730a
commit
fcbae9ce56
|
|
@ -2972,7 +2972,6 @@ static struct platform_driver mt_msdc_driver = {
|
|||
#endif
|
||||
.driver = {
|
||||
.name = DRV_NAME,
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = mt7620_sdhci_match,
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user