projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ed5829
)
ide: remove .init_setup from ide_pci_device_t
author
Bartlomiej Zolnierkiewicz
<bzolnier@gmail.com>
Thu, 18 Oct 2007 22:30:09 +0000
(
00:30
+0200)
committer
Bartlomiej Zolnierkiewicz
<bzolnier@gmail.com>
Thu, 18 Oct 2007 22:30:09 +0000
(
00:30
+0200)
Now that all users were fixed we can safely remove it.
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
include/linux/ide.h
patch
|
blob
|
history
diff --git
a/include/linux/ide.h
b/include/linux/ide.h
index 87662659fb6f59ed06d88052783316a1242490c9..eced442392c8139b8a1a5b503c052cbb67535771 100644
(file)
--- a/
include/linux/ide.h
+++ b/
include/linux/ide.h
@@
-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 *);