diff options
Diffstat (limited to 'drivers/input/serio/altera_ps2.c')
-rw-r--r-- | drivers/input/serio/altera_ps2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/serio/altera_ps2.c b/drivers/input/serio/altera_ps2.c index f479ea50919f..b328185b1cc2 100644 --- a/drivers/input/serio/altera_ps2.c +++ b/drivers/input/serio/altera_ps2.c | |||
@@ -178,6 +178,7 @@ static struct platform_driver altera_ps2_driver = { | |||
178 | .remove = altera_ps2_remove, | 178 | .remove = altera_ps2_remove, |
179 | .driver = { | 179 | .driver = { |
180 | .name = DRV_NAME, | 180 | .name = DRV_NAME, |
181 | .owner = THIS_MODULE, | ||
181 | }, | 182 | }, |
182 | }; | 183 | }; |
183 | 184 | ||