All of lore.kernel.org
 help / color / mirror / Atom feed
From: Aurelien Jarno <aurelien@aurel32.net>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: qemu-devel@nongnu.org, patches@linaro.org
Subject: Re: [Qemu-devel] [PATCH] hw/irq.h: Remove unused SetIRQFunc typedef
Date: Mon, 21 Feb 2011 17:44:38 +0100	[thread overview]
Message-ID: <20110221164438.GA6367@hall.aurel32.net> (raw)
In-Reply-To: <1298300306-16832-1-git-send-email-peter.maydell@linaro.org>

On Mon, Feb 21, 2011 at 02:58:26PM +0000, Peter Maydell wrote:
> Remove the typedef SetIRQFunc, as it is not used by anything.
> 
> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
> ---
>  hw/irq.h |    2 --
>  1 files changed, 0 insertions(+), 2 deletions(-)

Thanks, applied.

> diff --git a/hw/irq.h b/hw/irq.h
> index 5daae44..f7849ed 100644
> --- a/hw/irq.h
> +++ b/hw/irq.h
> @@ -3,9 +3,7 @@
>  
>  /* Generic IRQ/GPIO pin infrastructure.  */
>  
> -/* FIXME: Rmove one of these.  */
>  typedef void (*qemu_irq_handler)(void *opaque, int n, int level);
> -typedef void SetIRQFunc(void *opaque, int irq_num, int level);
>  
>  void qemu_set_irq(qemu_irq irq, int level);
>  
> -- 
> 1.7.1
> 
> 
> 

-- 
Aurelien Jarno	                        GPG: 1024D/F1BCDB73
aurelien@aurel32.net                 http://www.aurel32.net

      reply	other threads:[~2011-02-21 16:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-21 14:58 [Qemu-devel] [PATCH] hw/irq.h: Remove unused SetIRQFunc typedef Peter Maydell
2011-02-21 16:44 ` Aurelien Jarno [this message]

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=20110221164438.GA6367@hall.aurel32.net \
    --to=aurelien@aurel32.net \
    --cc=patches@linaro.org \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.