diff options
author | Jiri Slaby <jirislaby@gmail.com> | 2007-05-08 00:36:40 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-08 11:15:24 -0700 |
commit | 46039f8a64cd50bbf70ce54fefe148e75598391b (patch) | |
tree | 8a0ba0424eddd6e54ee23e12e8de6de7d9bf8d4f /include/linux | |
parent | b81cc310f1309f6090a5655af1fe5831ded53233 (diff) |
Char: cyclades, remove useless fileds from cyclades_card
pde, ctl_phys and base_phys are useless -- they are never used.
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')
-rw-r--r-- | include/linux/cyclades.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/cyclades.h b/include/linux/cyclades.h index e76f486550c6..e06cd470ddd2 100644 --- a/include/linux/cyclades.h +++ b/include/linux/cyclades.h @@ -509,8 +509,6 @@ struct ZFW_CTRL { /* Per card data structure */ struct cyclades_card { - unsigned long base_phys; - unsigned long ctl_phys; void __iomem *base_addr; void __iomem *ctl_addr; int irq; @@ -519,7 +517,6 @@ 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 pci_dev *pdev; spinlock_t card_lock; }; |