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 99d92f5c93d..765e964b796 100644 --- a/drivers/input/touchscreen/corgi_ts.c +++ b/drivers/input/touchscreen/corgi_ts.c @@ -361,6 +361,7 @@ static struct platform_driver corgits_driver = {  	.resume		= corgits_resume,  	.driver		= {  		.name	= "corgi-ts", +		.owner	= THIS_MODULE,  	},  }; @@ -380,3 +381,4 @@ module_exit(corgits_exit);  MODULE_AUTHOR("Richard Purdie <rpurdie@rpsys.net>");  MODULE_DESCRIPTION("Corgi TouchScreen Driver");  MODULE_LICENSE("GPL"); +MODULE_ALIAS("platform:corgi-ts");  |