diff options
Diffstat (limited to 'drivers/input/touchscreen/corgi_ts.c')
-rw-r--r-- | drivers/input/touchscreen/corgi_ts.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/corgi_ts.c b/drivers/input/touchscreen/corgi_ts.c index a22576779a..4e9d8eece2 100644 --- a/drivers/input/touchscreen/corgi_ts.c +++ b/drivers/input/touchscreen/corgi_ts.c | |||
@@ -362,6 +362,7 @@ static struct platform_driver corgits_driver = { | |||
362 | .resume = corgits_resume, | 362 | .resume = corgits_resume, |
363 | .driver = { | 363 | .driver = { |
364 | .name = "corgi-ts", | 364 | .name = "corgi-ts", |
365 | .owner = THIS_MODULE, | ||
365 | }, | 366 | }, |
366 | }; | 367 | }; |
367 | 368 | ||
@@ -381,3 +382,4 @@ module_exit(corgits_exit); | |||
381 | MODULE_AUTHOR("Richard Purdie <rpurdie@rpsys.net>"); | 382 | MODULE_AUTHOR("Richard Purdie <rpurdie@rpsys.net>"); |
382 | MODULE_DESCRIPTION("Corgi TouchScreen Driver"); | 383 | MODULE_DESCRIPTION("Corgi TouchScreen Driver"); |
383 | MODULE_LICENSE("GPL"); | 384 | MODULE_LICENSE("GPL"); |
385 | MODULE_ALIAS("platform:corgi-ts"); | ||