staging: most: remove driver owner
The platform driver core will set the owner value, we do not need to do it in the module. Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
9b532df0fc
commit
983e83cc17
1 changed files with 0 additions and 1 deletions
|
|
@ -923,7 +923,6 @@ static struct platform_driver dim2_driver = {
|
|||
.id_table = dim2_id,
|
||||
.driver = {
|
||||
.name = "hdm_dim2",
|
||||
.owner = THIS_MODULE,
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue