From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=50269 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PrYsL-0001ba-2a for qemu-devel@nongnu.org; Mon, 21 Feb 2011 11:44:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PrYsI-0006Xw-R1 for qemu-devel@nongnu.org; Mon, 21 Feb 2011 11:44:39 -0500 Received: from hall.aurel32.net ([88.191.126.93]:56911) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PrYsI-0006Xq-L9 for qemu-devel@nongnu.org; Mon, 21 Feb 2011 11:44:38 -0500 Date: Mon, 21 Feb 2011 17:44:38 +0100 From: Aurelien Jarno Subject: Re: [Qemu-devel] [PATCH] hw/irq.h: Remove unused SetIRQFunc typedef Message-ID: <20110221164438.GA6367@hall.aurel32.net> References: <1298300306-16832-1-git-send-email-peter.maydell@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <1298300306-16832-1-git-send-email-peter.maydell@linaro.org> Sender: Aurelien Jarno List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-devel@nongnu.org, patches@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 > --- > 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