aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/hvcs.c
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2005-10-24 01:12:22 -0400
committerStephen Rothwell <sfr@canb.auug.org.au>2005-10-24 02:59:13 -0400
commit915124d8114ec8c3825b10a39151bf9e851593bb (patch)
tree854dd90a4ec252c6282abb2570424c7d17656114 /drivers/char/hvcs.c
parent7c7eb28481a038c3859a0efcf38ac5b642aca212 (diff)
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 = {
725 .remove = hvcs_remove, 725 .remove = hvcs_remove,
726 .driver = { 726 .driver = {
727 .name = hvcs_driver_name, 727 .name = hvcs_driver_name,
728 .owner = THIS_MODULE,
728 } 729 }
729}; 730};
730 731