summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
diff options
context:
space:
mode:
authorSteven Rostedt (VMware) <rostedt@goodmis.org>2017-03-13 10:18:37 -0400
committerSteven Rostedt (VMware) <rostedt@goodmis.org>2017-03-13 10:18:37 -0400
commit1a04a74ddd2f2bdcc54014f487a95d77fb407566 (patch)
treefdc1bcddda6b838eb0d09f18f6a038a9eef0d0c6 /drivers/tty/serial
parent19daa85eed725312d87ff42872c50b56fc8f9b9d (diff)
parentdd4534d88b93a911983503851ec9441787a4997d (diff)
Merge tag 'v4.4.52' into v4.4-rt
This is the 4.4.52 stable release
Diffstat (limited to 'drivers/tty/serial')
-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,