Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=942278ef6424c5d661ad0a8202ef60dc0f268a95
Commit:     942278ef6424c5d661ad0a8202ef60dc0f268a95
Parent:     7ed5829758d8d6c5486ec54fb4414b7683541fad
Author:     Bartlomiej Zolnierkiewicz <[EMAIL PROTECTED]>
AuthorDate: Fri Oct 19 00:30:09 2007 +0200
Committer:  Bartlomiej Zolnierkiewicz <[EMAIL PROTECTED]>
CommitDate: Fri Oct 19 00:30:09 2007 +0200

    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 <[EMAIL PROTECTED]>
---
 include/linux/ide.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/include/linux/ide.h b/include/linux/ide.h
index 8766265..eced442 100644
--- 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 *);
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to