Re: [PATCH] irqdomain: Removed unused variable description

2012-09-21 Thread Stephen Warren
On 09/21/2012 01:17 AM, Venu Byravarasu wrote: > Removed description for unused variables: irq_base, nr_irq & > hwirq_base, from the irq_domain structure. The variables/fields aren't unused (present but not used) but rather not present, deleted, or removed. -- To unsubscribe from this list: send t

[PATCH] irqdomain: Removed unused variable description

2012-09-21 Thread Venu Byravarasu
Removed description for unused variables: irq_base, nr_irq & hwirq_base, from the irq_domain structure. Signed-off-by: Venu Byravarasu --- include/linux/irqdomain.h |5 - 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/include/linux/irqdomain.h b/include/linux/irqdomain.h