Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S266368AbVBEK3E (ORCPT ); Sat, 5 Feb 2005 05:29:04 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S266448AbVBEK3D (ORCPT ); Sat, 5 Feb 2005 05:29:03 -0500 Received: from [211.58.254.17] ([211.58.254.17]:32913 "EHLO hemosu.com") by vger.kernel.org with ESMTP id S266441AbVBEK2o (ORCPT ); Sat, 5 Feb 2005 05:28:44 -0500 To: bzolnier@gmail.com, linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2.6.11-rc2 01/09] ide: kill unused pkt_task_t From: Tejun Heo In-Reply-To: <42049F20.7020706@home-tj.org> References: <42049F20.7020706@home-tj.org> Message-Id: <20050205102842.4BC941326FA@htj.dyndns.org> Date: Sat, 5 Feb 2005 19:28:42 +0900 (KST) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1160 Lines: 39 01_ide_kill_pkt_task_t.patch Remove unused pkt_task_t definition from ide.h. Signed-off-by: Tejun Heo 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 majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/