powerpc: set the driver.owner field for all vio drivers
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
This commit is contained in:
@@ -736,14 +736,15 @@ static struct vio_device_id viocd_device_table[] __devinitdata = {
|
||||
{ "viocd", "" },
|
||||
{ "", "" }
|
||||
};
|
||||
|
||||
MODULE_DEVICE_TABLE(vio, viocd_device_table);
|
||||
|
||||
static struct vio_driver viocd_driver = {
|
||||
.id_table = viocd_device_table,
|
||||
.probe = viocd_probe,
|
||||
.remove = viocd_remove,
|
||||
.driver = {
|
||||
.name = "viocd",
|
||||
.owner = THIS_MODULE,
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user