Char: cyclades, make info->card a pointer
[powerpc.git] / include / linux / cyclades.h
index e06cd47..121d64c 100644 (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 */