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

From: Arnd Bergmann
Date: Tue Jan 12 2016 - 17:24:38 EST


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/

Arnd