Char: cyclades, make info->card a pointer

Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Jiri Slaby
2007-05-08 00:36:49 -07:00
committed by Linus Torvalds
parent 6d8248e850
commit 875b206b5f
2 changed files with 163 additions and 162 deletions

View File

@ -549,7 +549,7 @@ struct cyclades_icount {
struct cyclades_port {
int magic;
int card;
struct cyclades_card *card;
int line;
int flags; /* defined in tty.h */
int type; /* UART type */