mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
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:
committed by
Greg Kroah-Hartman
parent
9b532df0fc
commit
983e83cc17
@@ -923,7 +923,6 @@ static struct platform_driver dim2_driver = {
|
||||
.id_table = dim2_id,
|
||||
.driver = {
|
||||
.name = "hdm_dim2",
|
||||
.owner = THIS_MODULE,
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user