diff options
| author | Dave Jones <davej@codemonkey.org.uk> | 2003-03-23 16:50:03 -0800 |
|---|---|---|
| committer | Dave Jones <davej@codemonkey.org.uk> | 2003-03-23 16:50:03 -0800 |
| commit | cc4b98883150f6e205c54c2fe732c42fd90ff509 (patch) | |
| tree | 3d326ed9de5eb16493d5d7c6c6c9b31dbe3a768f /include/linux | |
| parent | 8f29589d1490ac3bbd64e9c1706b1782b7f59014 (diff) | |
[PATCH] cyclades region handling updates from 2.4
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/cyclades.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/linux/cyclades.h b/include/linux/cyclades.h index 85fa5a42642d..0bd07de0e255 100644 --- a/include/linux/cyclades.h +++ b/include/linux/cyclades.h @@ -515,9 +515,7 @@ struct cyclades_card { int nports; /* Number of ports in the card */ int bus_index; /* address shift - 0 for ISA, 1 for PCI */ int intr_enabled; /* FW Interrupt flag - 0 disabled, 1 enabled */ - struct resource *resource; - unsigned long res_start; - unsigned long res_len; + struct pci_dev *pdev; #ifdef __KERNEL__ spinlock_t card_lock; #else |
