Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a6fbb1c8c312be902f1085824c98ca50c86d5893
Commit:     a6fbb1c8c312be902f1085824c98ca50c86d5893
Parent:     042449377e0aa559804c2072887c56760c56e079
Author:     Bartlomiej Zolnierkiewicz <[EMAIL PROTECTED]>
AuthorDate: Fri Feb 1 23:09:35 2008 +0100
Committer:  Bartlomiej Zolnierkiewicz <[EMAIL PROTECTED]>
CommitDate: Fri Feb 1 23:09:35 2008 +0100

    ide: remove unused ide_hwgroup_t fields
    
    Signed-off-by: Bartlomiej Zolnierkiewicz <[EMAIL PROTECTED]>
---
 include/linux/ide.h |   14 +++-----------
 1 files changed, 3 insertions(+), 11 deletions(-)

diff --git a/include/linux/ide.h b/include/linux/ide.h
index 1fbf84a..4d8c12c 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -628,8 +628,7 @@ typedef int (ide_expiry_t)(ide_drive_t *);
 typedef struct hwgroup_s {
                /* irq handler, if active */
        ide_startstop_t (*handler)(ide_drive_t *);
-               /* irq handler, suspended if active */
-       ide_startstop_t (*handler_save)(ide_drive_t *);
+
                /* BOOL: protects all fields below */
        volatile int busy;
                /* BOOL: wake us up on timer expiry */
@@ -644,25 +643,18 @@ typedef struct hwgroup_s {
                /* ptr to current hwif in linked-list */
        ide_hwif_t *hwif;
 
-               /* for pci chipsets */
-       struct pci_dev *pci_dev;
-
                /* current request */
        struct request *rq;
+
                /* failsafe timer */
        struct timer_list timer;
-               /* local copy of current write rq */
-       struct request wrq;
                /* timeout value during long polls */
        unsigned long poll_timeout;
                /* queried upon timeouts */
        int (*expiry)(ide_drive_t *);
-               /* ide_system_bus_speed */
-       int pio_clock;
+
        int req_gen;
        int req_gen_timer;
-
-       unsigned char cmd_buf[4];
 } ide_hwgroup_t;
 
 typedef struct ide_driver_s ide_driver_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