aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty
diff options
context:
space:
mode:
authorAlex Shi <alex.shi@linaro.org>2017-02-27 12:00:51 +0800
committerAlex Shi <alex.shi@linaro.org>2017-02-27 12:00:51 +0800
commit71205f3b80da389c52cc2611f59e183a77c56f4f (patch)
tree85ca1f0dcd6a87078dd1b191a8ba451f687b71db /drivers/tty
parentaedb4a24b9ae4fbd6ced45ae64ae3d84b423f5c2 (diff)
parentdd4534d88b93a911983503851ec9441787a4997d (diff)
Merge tag 'v4.4.52' into linux-linaro-lsk-v4.4
This is the 4.4.52 stable release
Diffstat (limited to 'drivers/tty')
-rw-r--r--drivers/tty/serial/msm_serial.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tty/serial/msm_serial.c b/drivers/tty/serial/msm_serial.c
index e1de4944e0ce..8c4707d5778e 100644
--- a/drivers/tty/serial/msm_serial.c
+++ b/drivers/tty/serial/msm_serial.c
@@ -1615,6 +1615,7 @@ static const struct of_device_id msm_match_table[] = {
{ .compatible = "qcom,msm-uartdm" },
{}
};
+MODULE_DEVICE_TABLE(of, msm_match_table);
static struct platform_driver msm_platform_driver = {
.remove = msm_serial_remove,