diff options
author | Jiri Slaby <jirislaby@gmail.com> | 2007-05-08 03:36:49 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-08 14:15:25 -0400 |
commit | 875b206b5f4971cc990a12e891f5519f0f6772a9 (patch) | |
tree | 018ab8a287541f16b1ffda91fb7fc583cadb8a33 /include/linux/cyclades.h | |
parent | 6d8248e850309c0f05beb5bdbfc89b7901bf3d85 (diff) |
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>
Diffstat (limited to 'include/linux/cyclades.h')
-rw-r--r-- | include/linux/cyclades.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/cyclades.h b/include/linux/cyclades.h index e06cd470ddd2..121d64c3247b 100644 --- a/include/linux/cyclades.h +++ b/include/linux/cyclades.h | |||
@@ -549,7 +549,7 @@ struct cyclades_icount { | |||
549 | 549 | ||
550 | struct cyclades_port { | 550 | struct cyclades_port { |
551 | int magic; | 551 | int magic; |
552 | int card; | 552 | struct cyclades_card *card; |
553 | int line; | 553 | int line; |
554 | int flags; /* defined in tty.h */ | 554 | int flags; /* defined in tty.h */ |
555 | int type; /* UART type */ | 555 | int type; /* UART type */ |