summaryrefslogtreecommitdiff
path: root/drivers/usb/serial/symbolserial.c
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2009-05-18 16:11:28 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2009-05-18 16:11:28 +1000
commit4e25c2a1de4e902f9a52d7a8695409b8f87909a8 (patch)
tree54baacbcc359f31ebd647a2ef68202be7f8597c8 /drivers/usb/serial/symbolserial.c
parent2a88dd996b3ad0a55bce5829779e6fc070f650e9 (diff)
parent28ec37e29115c724bdc72046b2fdc8c510792062 (diff)
Merge branch 'quilt/ttydev'
Diffstat (limited to 'drivers/usb/serial/symbolserial.c')
-rw-r--r--drivers/usb/serial/symbolserial.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/usb/serial/symbolserial.c b/drivers/usb/serial/symbolserial.c
index 69879e437940..8b07ebc6baeb 100644
--- a/drivers/usb/serial/symbolserial.c
+++ b/drivers/usb/serial/symbolserial.c
@@ -152,8 +152,7 @@ static int symbol_open(struct tty_struct *tty, struct usb_serial_port *port,
return result;
}
-static void symbol_close(struct tty_struct *tty, struct usb_serial_port *port,
- struct file *filp)
+static void symbol_close(struct usb_serial_port *port)
{
struct symbol_private *priv = usb_get_serial_data(port->serial);