aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty
diff options
context:
space:
mode:
authorAlan Cox <alan@linux.jf.intel.com>2011-05-24 12:35:48 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2011-06-07 09:25:34 -0700
commit1798ca13bfae8cc7c0ef82c034c3c4951ecaeb88 (patch)
treed6ab77bfb20ad5baa2a396fbf49edee8865d471c /drivers/tty
parentARM: SAMSUNG: serial: Fix on handling of one clock source for UART (diff)
downloadlinux-dev-1798ca13bfae8cc7c0ef82c034c3c4951ecaeb88.tar.xz
linux-dev-1798ca13bfae8cc7c0ef82c034c3c4951ecaeb88.zip
8250_pci: Fix missing const from merges
Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Antony Pavlov <antony@niisi.msk.ru> Signed-off-by: Borislav Petkov <bp@alien8.de> Signed-off-by: Vasily Averin <vvs@sw.ru> Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/tty')
-rw-r--r--drivers/tty/serial/8250_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/8250_pci.c b/drivers/tty/serial/8250_pci.c
index d7dc513451a6..f41b4259ecdd 100644
--- a/drivers/tty/serial/8250_pci.c
+++ b/drivers/tty/serial/8250_pci.c
@@ -973,7 +973,7 @@ ce4100_serial_setup(struct serial_private *priv,
static int
pci_omegapci_setup(struct serial_private *priv,
- struct pciserial_board *board,
+ const struct pciserial_board *board,
struct uart_port *port, int idx)
{
return setup_port(priv, port, 2, idx * 8, 0);