aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/cyclades.h
diff options
context:
space:
mode:
authorJiri Slaby <jirislaby@gmail.com>2007-05-08 03:36:49 -0400
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-05-08 14:15:25 -0400
commit875b206b5f4971cc990a12e891f5519f0f6772a9 (patch)
tree018ab8a287541f16b1ffda91fb7fc583cadb8a33 /include/linux/cyclades.h
parent6d8248e850309c0f05beb5bdbfc89b7901bf3d85 (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.h2
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
550struct cyclades_port { 550struct 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 */