aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ide.h
diff options
context:
space:
mode:
authorBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2007-10-18 18:30:09 -0400
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2007-10-18 18:30:09 -0400
commit942278ef6424c5d661ad0a8202ef60dc0f268a95 (patch)
treee452ea271db596beb85a495e20d821691cf8e13f /include/linux/ide.h
parent7ed5829758d8d6c5486ec54fb4414b7683541fad (diff)
ide: remove .init_setup from ide_pci_device_t
Now that all users were fixed we can safely remove it. Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'include/linux/ide.h')
-rw-r--r--include/linux/ide.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h
index 87662659fb6f..eced442392c8 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -1266,7 +1266,6 @@ enum {
1266 1266
1267typedef struct ide_pci_device_s { 1267typedef struct ide_pci_device_s {
1268 char *name; 1268 char *name;
1269 int (*init_setup)(struct pci_dev *, struct ide_pci_device_s *);
1270 unsigned int (*init_chipset)(struct pci_dev *, const char *); 1269 unsigned int (*init_chipset)(struct pci_dev *, const char *);
1271 void (*init_iops)(ide_hwif_t *); 1270 void (*init_iops)(ide_hwif_t *);
1272 void (*init_hwif)(ide_hwif_t *); 1271 void (*init_hwif)(ide_hwif_t *);