diff options
Diffstat (limited to 'drivers/serial/uartlite.c')
| -rw-r--r-- | drivers/serial/uartlite.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/serial/uartlite.c b/drivers/serial/uartlite.c index 4e06ab6bcb6e..b565d5a37499 100644 --- a/drivers/serial/uartlite.c +++ b/drivers/serial/uartlite.c | |||
| @@ -561,6 +561,9 @@ static int __devexit ulite_remove(struct platform_device *pdev) | |||
| 561 | return ulite_release(&pdev->dev); | 561 | return ulite_release(&pdev->dev); |
| 562 | } | 562 | } |
| 563 | 563 | ||
| 564 | /* work with hotplug and coldplug */ | ||
| 565 | MODULE_ALIAS("platform:uartlite"); | ||
| 566 | |||
| 564 | static struct platform_driver ulite_platform_driver = { | 567 | static struct platform_driver ulite_platform_driver = { |
| 565 | .probe = ulite_probe, | 568 | .probe = ulite_probe, |
| 566 | .remove = __devexit_p(ulite_remove), | 569 | .remove = __devexit_p(ulite_remove), |
