mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 08:33:17 +02:00
qeth: add owner to ccw driver
Fill in the owner of qeth's ccw device driver. Signed-off-by: Sebastian Ott <sebott@linux.vnet.ibm.com> Signed-off-by: Frank Blaschka <frank.blaschka@de.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
1da74b1c10
commit
3e70b3b814
|
|
@ -4041,6 +4041,7 @@ MODULE_DEVICE_TABLE(ccw, qeth_ids);
|
|||
|
||||
static struct ccw_driver qeth_ccw_driver = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "qeth",
|
||||
},
|
||||
.ids = qeth_ids,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user