RE: [PATCH V2 2/5] PCI: xilinx: Removing struct hw_irq structure.

From: Bharat Kumar Gogada
Date: Wed Jan 27 2016 - 09:27:41 EST


> Subject: Re: [PATCH V2 2/5] PCI: xilinx: Removing struct hw_irq structure.
>
> On Tuesday 12 January 2016 23:06:10 Bharat Kumar Gogada wrote:
> > Removing struct hw_irq and adding generic PCI core API's.
> >
> > Signed-off-by: Bharat Kumar Gogada <bharatku@xxxxxxxxxx>
> > Signed-off-by: Ravi Kiran Gummaluri <rgummal@xxxxxxxxxx>
> > ---
> > Removing architecure dependecy structure struct hw_irq which is ARM
> > 32-bit specific structure, and adding generic PCI core API's to
> > register to PCI subsytem.
> > Removing funtions which are not being used with generic API's.
> >
>
> typo: s/hw_irq/hw_pci/
>
Yes, its struct hw_pci, will correct it in next patch.