aboutsummaryrefslogtreecommitdiff
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 8486298c011..53dc77c760f 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,
}
};