public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] irqdomain: Removed unused variable description
@ 2012-09-21  7:17 Venu Byravarasu
  2012-09-21 15:41 ` Stephen Warren
  0 siblings, 1 reply; 2+ messages in thread
From: Venu Byravarasu @ 2012-09-21  7:17 UTC (permalink / raw)
  To: grant.likely, benh; +Cc: linux-kernel, Venu Byravarasu

Removed description for unused variables: irq_base, nr_irq &
hwirq_base, from the irq_domain structure.

Signed-off-by: Venu Byravarasu <vbyravarasu@nvidia.com>
---
 include/linux/irqdomain.h |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/include/linux/irqdomain.h b/include/linux/irqdomain.h
index 0d5b17b..a248aec 100644
--- a/include/linux/irqdomain.h
+++ b/include/linux/irqdomain.h
@@ -75,11 +75,6 @@ struct irq_domain_ops {
  * @ops: pointer to irq_domain methods
  * @host_data: private data pointer for use by owner.  Not touched by irq_domain
  *             core code.
- * @irq_base: Start of irq_desc range assigned to the irq_domain.  The creator
- *            of the irq_domain is responsible for allocating the array of
- *            irq_desc structures.
- * @nr_irq: Number of irqs managed by the irq domain
- * @hwirq_base: Starting number for hwirqs managed by the irq domain
  * @of_node: (optional) Pointer to device tree nodes associated with the
  *           irq_domain.  Used when decoding device tree interrupt specifiers.
  */
-- 
1.7.1.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-09-21 15:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-21  7:17 [PATCH] irqdomain: Removed unused variable description Venu Byravarasu
2012-09-21 15:41 ` Stephen Warren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox