diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/cyclades.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/cyclades.h b/include/linux/cyclades.h index 07791f02676..72aa00cc4b2 100644 --- a/include/linux/cyclades.h +++ b/include/linux/cyclades.h | |||
| @@ -518,6 +518,7 @@ struct cyclades_card { | |||
| 518 | int bus_index; /* address shift - 0 for ISA, 1 for PCI */ | 518 | int bus_index; /* address shift - 0 for ISA, 1 for PCI */ |
| 519 | int intr_enabled; /* FW Interrupt flag - 0 disabled, 1 enabled */ | 519 | int intr_enabled; /* FW Interrupt flag - 0 disabled, 1 enabled */ |
| 520 | spinlock_t card_lock; | 520 | spinlock_t card_lock; |
| 521 | struct cyclades_port *ports; | ||
| 521 | }; | 522 | }; |
| 522 | 523 | ||
| 523 | /*************************************** | 524 | /*************************************** |
