Re: [PATCH] powerpc: stop exporting irq_map

2011-04-20 Thread Grant Likely
On Wed, Apr 20, 2011 at 1:31 PM, Sam Ravnborg wrote: >> + >>  irq_hw_number_t virq_to_hw(unsigned int virq) >>  { >>       return irq_map[virq].hwirq; >>  } >>  EXPORT_SYMBOL_GPL(virq_to_hw); > > General comment... > kernel/irq/* denote the virtual irq numbers "irq". > powerpc uses "virq" for the

Re: [PATCH] powerpc: stop exporting irq_map

2011-04-20 Thread Sam Ravnborg
> + > irq_hw_number_t virq_to_hw(unsigned int virq) > { > return irq_map[virq].hwirq; > } > EXPORT_SYMBOL_GPL(virq_to_hw); General comment... kernel/irq/* denote the virtual irq numbers "irq". powerpc uses "virq" for the same. Sometimes it is confusing that two different names is used f