diff options
Diffstat (limited to 'drivers/serial/pxa.c')
| -rw-r--r-- | drivers/serial/pxa.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/serial/pxa.c b/drivers/serial/pxa.c index 352fcb8926a6..b4f7ffb7688d 100644 --- a/drivers/serial/pxa.c +++ b/drivers/serial/pxa.c | |||
| @@ -833,6 +833,7 @@ static struct platform_driver serial_pxa_driver = { | |||
| 833 | .resume = serial_pxa_resume, | 833 | .resume = serial_pxa_resume, |
| 834 | .driver = { | 834 | .driver = { |
| 835 | .name = "pxa2xx-uart", | 835 | .name = "pxa2xx-uart", |
| 836 | .owner = THIS_MODULE, | ||
| 836 | }, | 837 | }, |
| 837 | }; | 838 | }; |
| 838 | 839 | ||
| @@ -861,4 +862,4 @@ module_init(serial_pxa_init); | |||
| 861 | module_exit(serial_pxa_exit); | 862 | module_exit(serial_pxa_exit); |
| 862 | 863 | ||
| 863 | MODULE_LICENSE("GPL"); | 864 | MODULE_LICENSE("GPL"); |
| 864 | 865 | MODULE_ALIAS("platform:pxa2xx-uart"); | |
