From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bartlomiej Zolnierkiewicz Subject: Re: [PATCH] IDE: Remove inclusion of non-existent io_trace.h. Date: Fri, 19 Oct 2007 23:29:50 +0200 Message-ID: <200710192329.50351.bzolnier@gmail.com> References: <200710082238.08931.bzolnier@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Return-path: Received: from nf-out-0910.google.com ([64.233.182.188]:21328 "EHLO nf-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966050AbXJSVYu (ORCPT ); Fri, 19 Oct 2007 17:24:50 -0400 Received: by nf-out-0910.google.com with SMTP id g13so547669nfb for ; Fri, 19 Oct 2007 14:24:49 -0700 (PDT) In-Reply-To: <200710082238.08931.bzolnier@gmail.com> Content-Disposition: inline Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: "Robert P. J. Day" Cc: linux-ide@vger.kernel.org, gadio@netvision.net.il On Monday 08 October 2007, Bartlomiej Zolnierkiewicz wrote: > > Hi, > > On Sunday 07 October 2007, Robert P. J. Day wrote: > > > > Signed-off-by: Robert P. J. Day applied > > --- > > > > the fact that this header file doesn't exist has apparently been > > known for quite some time: > > > > http://osdir.com/ml/linux.tape/2005-07/msg00001.html > > > > diff --git a/drivers/ide/ide-tape.c b/drivers/ide/ide-tape.c > > index 1fa5794..e5a86a9 100644 > > --- a/drivers/ide/ide-tape.c > > +++ b/drivers/ide/ide-tape.c > > @@ -621,7 +621,6 @@ typedef struct os_dat_s { > > */ > > #define USE_IOTRACE 0 > > #if USE_IOTRACE > > -#include > > #define IO_IDETAPE_FIFO 500 > > #endif > > It seems that all code covered by #if/#endif USE_IOTRACE in ide-tape.c > could be removed as well. Care to respin the patch? but the follow-up patch still would be nice :)