diff options
| author | Luis de Bethencourt <luis@debethencourt.com> | 2015-09-18 14:03:14 -0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-10-04 14:09:21 -0400 |
| commit | 618bbaa260a3aa469e13a8f7c3e2a65e456c7005 (patch) | |
| tree | 27f40d53a194e6526028d06bf6d511e84f4fd62c /drivers/tty/serial/cpm_uart | |
| parent | 7edb23ce4618b2150e7b17b2061ddb4239f69b2e (diff) | |
tty: serial: cpm_uart: Fix module autoload for OF platform driver
This platform driver has a OF device ID table but the OF module
alias information is not created so module autoloading won't work.
Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>
Acked-by: Timur Tabi <timur@tabi.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/serial/cpm_uart')
| -rw-r--r-- | drivers/tty/serial/cpm_uart/cpm_uart_core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tty/serial/cpm_uart/cpm_uart_core.c b/drivers/tty/serial/cpm_uart/cpm_uart_core.c index 08431adeacd5..d3e3d42c0c12 100644 --- a/drivers/tty/serial/cpm_uart/cpm_uart_core.c +++ b/drivers/tty/serial/cpm_uart/cpm_uart_core.c | |||
| @@ -1450,6 +1450,7 @@ static const struct of_device_id cpm_uart_match[] = { | |||
| 1450 | }, | 1450 | }, |
| 1451 | {} | 1451 | {} |
| 1452 | }; | 1452 | }; |
| 1453 | MODULE_DEVICE_TABLE(of, cpm_uart_match); | ||
| 1453 | 1454 | ||
| 1454 | static struct platform_driver cpm_uart_driver = { | 1455 | static struct platform_driver cpm_uart_driver = { |
| 1455 | .driver = { | 1456 | .driver = { |
