From: Peter Hurley Date: Tue, 29 Jan 2013 03:34:42 +0000 (-0500) Subject: staging/fwserial: Remove reference to removed constant X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=2257d1224fa93875d472c21195b7817b0d7bcc50;p=deliverable%2Flinux.git staging/fwserial: Remove reference to removed constant FWSERIAL_TTY_START_MINOR was removed. The minor_start is allocated by tty_alloc_driver(). Signed-off-by: Peter Hurley Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/fwserial/fwserial.h b/drivers/staging/fwserial/fwserial.h index c768aad146e6..33a3a53a47ff 100644 --- a/drivers/staging/fwserial/fwserial.h +++ b/drivers/staging/fwserial/fwserial.h @@ -194,7 +194,7 @@ struct buffered_rx { * @port: underlying tty_port * @device: tty device * @index: index into port_table for this particular port - * note: minor = index + FWSERIAL_TTY_START_MINOR + * note: minor = index + minor_start assigned by tty_alloc_driver() * @serial: back pointer to the containing fw_serial * @rx_handler: bus address handler for unique addr region used by remotes * to communicate with this port. Every port uses