summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/pch_uart.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2017-09-14 13:10:48 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2017-09-14 13:10:48 -0700
commite75f801f1febabfa3cf3dcb3a1a05bf3c243d41e (patch)
tree4f557d17386a42b3db212eb96e552fd45ec04f82 /drivers/tty/serial/pch_uart.c
parentba768535b467bb2d342a1581450394f1148dc8ae (diff)
parent6faadbbb7f9da70ce484f98f72223c20125a1009 (diff)
downloadlinux-e75f801f1febabfa3cf3dcb3a1a05bf3c243d41e.tar.bz2
Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging
Pull dmi update from Jean Delvare: "Mark all struct dmi_system_id instances const" * 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging: dmi: Mark all struct dmi_system_id instances const
Diffstat (limited to 'drivers/tty/serial/pch_uart.c')
-rw-r--r--drivers/tty/serial/pch_uart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/pch_uart.c b/drivers/tty/serial/pch_uart.c
index ae8cfc81ffc5..d9123f995705 100644
--- a/drivers/tty/serial/pch_uart.c
+++ b/drivers/tty/serial/pch_uart.c
@@ -371,7 +371,7 @@ static const struct file_operations port_regs_ops = {
};
#endif /* CONFIG_DEBUG_FS */
-static struct dmi_system_id pch_uart_dmi_table[] = {
+static const struct dmi_system_id pch_uart_dmi_table[] = {
{
.ident = "CM-iTC",
{