Skip to content

Commit

Permalink
ide: remove .init_setup from ide_pci_device_t
Browse files Browse the repository at this point in the history
Now that all users were fixed we can safely remove it.

Signed-off-by: Bartlomiej Zolnierkiewicz <[email protected]>
  • Loading branch information
bzolnier committed Oct 18, 2007
1 parent 7ed5829 commit 942278e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/linux/ide.h
Original file line number Diff line number Diff line change
Expand Up @@ -1266,7 +1266,6 @@ enum {

typedef struct ide_pci_device_s {
char *name;
int (*init_setup)(struct pci_dev *, struct ide_pci_device_s *);
unsigned int (*init_chipset)(struct pci_dev *, const char *);
void (*init_iops)(ide_hwif_t *);
void (*init_hwif)(ide_hwif_t *);
Expand Down

0 comments on commit 942278e

Please sign in to comment.