linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Kyle McMartin <kyle@mcmartin.ca>
To: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Cc: linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org,
	Kyle McMartin <kyle@mcmartin.ca>,
	linux-parisc@vger.kernel.org
Subject: Re: [PATCH] ide: remove unused macros from <asm-parisc/ide.h>
Date: Sun, 10 Aug 2008 11:54:37 -0400	[thread overview]
Message-ID: <20080810155437.GA6576@phobos.i.cabal.ca> (raw)
In-Reply-To: <200808101747.08025.bzolnier@gmail.com>

On Sun, Aug 10, 2008 at 05:47:07PM +0200, Bartlomiej Zolnierkiewicz wrote:
> 
> Cc: Kyle McMartin <kyle@mcmartin.ca>
> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.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?

Acked-by: Kyle McMartin <kyle@mcmartin.ca>

regards, Kyle

  reply	other threads:[~2008-08-10 15:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-10 15:47 [PATCH] ide: remove unused macros from <asm-parisc/ide.h> Bartlomiej Zolnierkiewicz
2008-08-10 15:54 ` Kyle McMartin [this message]
2008-08-10 18:03   ` Bartlomiej Zolnierkiewicz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080810155437.GA6576@phobos.i.cabal.ca \
    --to=kyle@mcmartin.ca \
    --cc=bzolnier@gmail.com \
    --cc=linux-ide@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-parisc@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).