Re: [PATCH] ide: remove unused macros from <asm-parisc/ide.h>

From: Bartlomiej Zolnierkiewicz
Date: Sun Aug 10 2008 - 14:06:33 EST


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@xxxxxxxxxxx>
> > Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@xxxxxxxxx>
> > ---
> > 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/