Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit af300539 authored by Kiran Padwal's avatar Kiran Padwal Committed by Greg Kroah-Hartman
Browse files

tty: serial: msm: Make of_device_id array const



Make of_device_id array const, because all OF functions handle it as const.

Signed-off-by: default avatarKiran Padwal <kiran.padwal@smartplayin.com>
Acked-by: default avatarStephen Boyd <sboyd@codeaurora.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 850e93eb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1065,7 +1065,7 @@ static int msm_serial_remove(struct platform_device *pdev)
	return 0;
}

static struct of_device_id msm_match_table[] = {
static const struct of_device_id msm_match_table[] = {
	{ .compatible = "qcom,msm-uart" },
	{ .compatible = "qcom,msm-uartdm" },
	{}