ide: move ->failed_pc to ide_drive_t
[safe/jmp/linux-2.6] / drivers / ide / ide-gd.h
index 70b4376..5597077 100644 (file)
@@ -20,8 +20,6 @@ struct ide_disk_obj {
        struct device           dev;
        unsigned int            openers;        /* protected by BKL for now */
 
-       /* Last failed packet command */
-       struct ide_atapi_pc *failed_pc;
        /* used for blk_{fs,pc}_request() requests */
        struct ide_atapi_pc queued_pc;