diff options
Diffstat (limited to 'drivers/net/irda/pxaficp_ir.c')
-rw-r--r-- | drivers/net/irda/pxaficp_ir.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/irda/pxaficp_ir.c b/drivers/net/irda/pxaficp_ir.c index 8c09344f58dc..60b94bb4d25e 100644 --- a/drivers/net/irda/pxaficp_ir.c +++ b/drivers/net/irda/pxaficp_ir.c | |||
@@ -897,6 +897,7 @@ static int pxa_irda_remove(struct platform_device *_dev) | |||
897 | static struct platform_driver pxa_ir_driver = { | 897 | static struct platform_driver pxa_ir_driver = { |
898 | .driver = { | 898 | .driver = { |
899 | .name = "pxa2xx-ir", | 899 | .name = "pxa2xx-ir", |
900 | .owner = THIS_MODULE, | ||
900 | }, | 901 | }, |
901 | .probe = pxa_irda_probe, | 902 | .probe = pxa_irda_probe, |
902 | .remove = pxa_irda_remove, | 903 | .remove = pxa_irda_remove, |
@@ -918,3 +919,4 @@ module_init(pxa_irda_init); | |||
918 | module_exit(pxa_irda_exit); | 919 | module_exit(pxa_irda_exit); |
919 | 920 | ||
920 | MODULE_LICENSE("GPL"); | 921 | MODULE_LICENSE("GPL"); |
922 | MODULE_ALIAS("platform:pxa2xx-ir"); | ||