diff options
| -rw-r--r-- | drivers/tty/serial/msm_serial.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/msm_serial.c b/drivers/tty/serial/msm_serial.c index 778e376f197e..24f3cdce527d 100644 --- a/drivers/tty/serial/msm_serial.c +++ b/drivers/tty/serial/msm_serial.c | |||
| @@ -991,7 +991,7 @@ static const struct of_device_id msm_uartdm_table[] = { | |||
| 991 | { } | 991 | { } |
| 992 | }; | 992 | }; |
| 993 | 993 | ||
| 994 | static int __init msm_serial_probe(struct platform_device *pdev) | 994 | static int msm_serial_probe(struct platform_device *pdev) |
| 995 | { | 995 | { |
| 996 | struct msm_port *msm_port; | 996 | struct msm_port *msm_port; |
| 997 | struct resource *resource; | 997 | struct resource *resource; |
