Commit 611f637c authored by Alessandro Rubini's avatar Alessandro Rubini

kernel/spec.h: removed now-unused fields

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 9d4d08e5
...@@ -27,12 +27,7 @@ struct spec_dev { ...@@ -27,12 +27,7 @@ struct spec_dev {
struct pci_dev *pdev; struct pci_dev *pdev;
struct resource *area[3]; /* bar 0, 2, 4 */ struct resource *area[3]; /* bar 0, 2, 4 */
void __iomem *remap[3]; /* ioremap of bar 0, 2, 4 */ void __iomem *remap[3]; /* ioremap of bar 0, 2, 4 */
char *submod_name;
struct work_struct work;
const struct firmware *fw;
struct list_head list; struct list_head list;
unsigned long irqcount;
void *sub_priv;
struct fmc_device *fmc; struct fmc_device *fmc;
int irq_count; /* for mezzanine use too */ int irq_count; /* for mezzanine use too */
struct completion compl; struct completion compl;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment