diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-10-24 07:12:22 +0200 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-10-24 08:59:13 +0200 |
commit | 915124d8114ec8c3825b10a39151bf9e851593bb (patch) | |
tree | 854dd90a4ec252c6282abb2570424c7d17656114 /drivers/char/hvcs.c | |
parent | powerpc: iseries: Fix a bogus comment (diff) | |
download | linux-915124d8114ec8c3825b10a39151bf9e851593bb.tar.xz linux-915124d8114ec8c3825b10a39151bf9e851593bb.zip |
powerpc: set the driver.owner field for all vio drivers
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Diffstat (limited to 'drivers/char/hvcs.c')
-rw-r--r-- | drivers/char/hvcs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/char/hvcs.c b/drivers/char/hvcs.c index 8486298c011f..53dc77c760fc 100644 --- a/drivers/char/hvcs.c +++ b/drivers/char/hvcs.c @@ -725,6 +725,7 @@ static struct vio_driver hvcs_vio_driver = { .remove = hvcs_remove, .driver = { .name = hvcs_driver_name, + .owner = THIS_MODULE, } }; |