[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <200808102003.27727.bzolnier@gmail.com>
Date: Sun, 10 Aug 2008 20:03:27 +0200
From: Bartlomiej Zolnierkiewicz <bzolnier@...il.com>
To: Kyle McMartin <kyle@...artin.ca>
Cc: linux-ide@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-parisc@...r.kernel.org
Subject: Re: [PATCH] ide: remove unused macros from <asm-parisc/ide.h>
On Sunday 10 August 2008, Kyle McMartin wrote:
> On Sun, Aug 10, 2008 at 05:47:07PM +0200, Bartlomiej Zolnierkiewicz wrote:
> >
> > Cc: Kyle McMartin <kyle@...artin.ca>
> > Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@...il.com>
> > ---
> > include/asm-parisc/ide.h | 4 ----
> > 1 file changed, 4 deletions(-)
> >
> > Index: b/include/asm-parisc/ide.h
> > ===================================================================
> > --- a/include/asm-parisc/ide.h
> > +++ b/include/asm-parisc/ide.h
> > @@ -13,10 +13,6 @@
> >
> > #ifdef __KERNEL__
> >
> > -#define ide_request_irq(irq,hand,flg,dev,id) request_irq((irq),(hand),(flg),(dev),(id))
> > -#define ide_free_irq(irq,dev_id) free_irq((irq), (dev_id))
> > -#define ide_request_region(from,extent,name) request_region((from), (extent), (name))
> > -#define ide_release_region(from,extent) release_region((from), (extent))
> > /* Generic I/O and MEMIO string operations. */
> >
>
> Thanks Bart!
>
> Groovy... Want me to merge this, or will you shepherd it in?
In the fear of include/asm-parisc/ shuffle I would prefer that you pick it.
Thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists