|
@@ -93,8 +93,6 @@ static void cy_send_xchar(struct tty_struct *tty, char ch);
|
|
#define SERIAL_XMIT_SIZE (min(PAGE_SIZE, 4096))
|
|
#define SERIAL_XMIT_SIZE (min(PAGE_SIZE, 4096))
|
|
#endif
|
|
#endif
|
|
|
|
|
|
-#define STD_COM_FLAGS (0)
|
|
|
|
-
|
|
|
|
/* firmware stuff */
|
|
/* firmware stuff */
|
|
#define ZL_MAX_BLOCKS 16
|
|
#define ZL_MAX_BLOCKS 16
|
|
#define DRIVER_VERSION 0x02010203
|
|
#define DRIVER_VERSION 0x02010203
|
|
@@ -3083,7 +3081,6 @@ static int cy_init_card(struct cyclades_card *cinfo)
|
|
|
|
|
|
info->port.closing_wait = CLOSING_WAIT_DELAY;
|
|
info->port.closing_wait = CLOSING_WAIT_DELAY;
|
|
info->port.close_delay = 5 * HZ / 10;
|
|
info->port.close_delay = 5 * HZ / 10;
|
|
- info->port.flags = STD_COM_FLAGS;
|
|
|
|
init_completion(&info->shutdown_wait);
|
|
init_completion(&info->shutdown_wait);
|
|
|
|
|
|
if (cy_is_Z(cinfo)) {
|
|
if (cy_is_Z(cinfo)) {
|