aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/hvcs.c
diff options
context:
space:
mode:
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