Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 942278ef authored by Bartlomiej Zolnierkiewicz's avatar Bartlomiej Zolnierkiewicz
Browse files

ide: remove .init_setup from ide_pci_device_t



Now that all users were fixed we can safely remove it.

Signed-off-by: default avatarBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
parent 7ed58297
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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 *);