diff options
author | Alan Cox <[email protected]> | 2011-05-24 12:35:48 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2011-06-07 09:25:34 -0700 |
commit | 1798ca13bfae8cc7c0ef82c034c3c4951ecaeb88 (patch) | |
tree | d6ab77bfb20ad5baa2a396fbf49edee8865d471c | |
parent | 470f22975448a65a1084a6f0721fa5df15323f02 (diff) |
8250_pci: Fix missing const from merges
Signed-off-by: Alan Cox <[email protected]>
Signed-off-by: Antony Pavlov <[email protected]>
Signed-off-by: Borislav Petkov <[email protected]>
Signed-off-by: Vasily Averin <[email protected]>
Signed-off-by: Guenter Roeck <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | drivers/tty/serial/8250_pci.c | 2 |
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); |