We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e10865a commit 0fdbeabCopy full SHA for 0fdbeab
drivers/tty/moxa.c
@@ -347,8 +347,6 @@
347
#define MX_PARMARK 0xA0
348
#define MX_PARSPACE 0x20
349
350
-#define MOXA_VERSION "6.0k"
351
-
352
#define MOXA_FW_HDRLEN 32
353
354
#define MOXAMAJOR 172
@@ -1327,9 +1325,6 @@ static int __init moxa_init(void)
1327
1325
struct moxa_board_conf *brd = moxa_boards;
1328
1326
unsigned int i;
1329
1330
- printk(KERN_INFO "MOXA Intellio family driver version %s\n",
1331
- MOXA_VERSION);
1332
1333
tty_port_init(&moxa_service_port);
1334
1335
moxaDriver = tty_alloc_driver(MAX_PORTS + 1,
0 commit comments