> 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 <[email protected]> > > Signed-off-by: Ravi Kiran Gummaluri <[email protected]> > > --- > > 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.

