01_ide_kill_pkt_task_t.patch

        Remove unused pkt_task_t definition from ide.h.


Signed-off-by: Tejun Heo <[EMAIL PROTECTED]>


Index: linux-ide-series2-export/include/linux/ide.h
===================================================================
--- linux-ide-series2-export.orig/include/linux/ide.h   2005-02-05 
19:26:51.369361863 +0900
+++ linux-ide-series2-export/include/linux/ide.h        2005-02-05 
19:27:08.104643467 +0900
@@ -1279,20 +1279,6 @@ typedef struct ide_task_s {
        void                    *special;       /* valid_t generally */
 } ide_task_t;
 
-typedef struct pkt_task_s {
-/*
- *     struct hd_drive_task_hdr        pktf;
- *     task_struct_t           pktf;
- *     u8                      pkcdb[12];
- */
-       task_ioreg_t            tfRegister[8];
-       int                     data_phase;
-       int                     command_type;
-       ide_handler_t           *handler;
-       struct request          *rq;            /* copy of request */
-       void                    *special;
-} pkt_task_t;
-
 extern u32 ide_read_24(ide_drive_t *);
 
 extern void SELECT_DRIVE(ide_drive_t *);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to