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 8db71ab20456..d5c2d27f3ea4 100644 --- a/drivers/net/irda/pxaficp_ir.c +++ b/drivers/net/irda/pxaficp_ir.c | |||
@@ -908,6 +908,7 @@ static int pxa_irda_remove(struct platform_device *_dev) | |||
908 | static struct platform_driver pxa_ir_driver = { | 908 | static struct platform_driver pxa_ir_driver = { |
909 | .driver = { | 909 | .driver = { |
910 | .name = "pxa2xx-ir", | 910 | .name = "pxa2xx-ir", |
911 | .owner = THIS_MODULE, | ||
911 | }, | 912 | }, |
912 | .probe = pxa_irda_probe, | 913 | .probe = pxa_irda_probe, |
913 | .remove = pxa_irda_remove, | 914 | .remove = pxa_irda_remove, |
@@ -929,3 +930,4 @@ module_init(pxa_irda_init); | |||
929 | module_exit(pxa_irda_exit); | 930 | module_exit(pxa_irda_exit); |
930 | 931 | ||
931 | MODULE_LICENSE("GPL"); | 932 | MODULE_LICENSE("GPL"); |
933 | MODULE_ALIAS("platform:pxa2xx-ir"); | ||