From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yinghai Lu Subject: Re: linux-next: Tree for December 18 (irq.h documentation) Date: Thu, 18 Dec 2008 16:57:52 -0800 Message-ID: <494AF190.6000801@kernel.org> References: <20081218230637.c879a046.sfr@canb.auug.org.au> <20081218155709.bf435d8c.randy.dunlap@oracle.com> <494AEBCA.70108@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from hera.kernel.org ([140.211.167.34]:34778 "EHLO hera.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752054AbYLSA6V (ORCPT ); Thu, 18 Dec 2008 19:58:21 -0500 In-Reply-To: <494AEBCA.70108@kernel.org> Sender: linux-next-owner@vger.kernel.org List-ID: To: Randy Dunlap , Ingo Molnar Cc: Stephen Rothwell , linux-next@vger.kernel.org, LKML please check [PATCH] sparseirq: add kernel-doc notation for new member in irq_desc -v2 Signed-off-by: Yinghai Lu diff --git a/include/linux/irq.h b/include/linux/irq.h index 1beb63a..5845bdc 100644 --- a/include/linux/irq.h +++ b/include/linux/irq.h @@ -135,6 +135,9 @@ struct irq_2_iommu; /** * struct irq_desc - interrupt descriptor * @irq: interrupt number for this descriptor + * @timer_rand_state: pointer to timer rand state struct + * @kstat_irqs: irq stats per cpu + * @irq_2_iommu: iommu with this irq * @handle_irq: highlevel irq-events handler [if NULL, __do_IRQ()] * @chip: low level interrupt hardware access * @msi_desc: MSI descriptor