summaryrefslogtreecommitdiff
path: root/drivers/char/hvcs.c
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2005-10-24 09:12:22 +0400
committerStephen Rothwell <sfr@canb.auug.org.au>2005-10-24 10:59:13 +0400
commit915124d8114ec8c3825b10a39151bf9e851593bb (patch)
tree854dd90a4ec252c6282abb2570424c7d17656114 /drivers/char/hvcs.c
parent7c7eb28481a038c3859a0efcf38ac5b642aca212 (diff)
downloadlinux-915124d8114ec8c3825b10a39151bf9e851593bb.tar.xz
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.c1
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,
}
};