Re: [RTnet-developers] [PATCH] rt_igb: Add missing ifdefs for CONFIG_PCI_MSI
Brought to you by:
bet-frogger,
kiszka
|
From: Jan K. <jan...@we...> - 2011-01-11 16:04:34
|
Am 11.01.2011 09:18, Sebastian Smolorz wrote: > Jan Kiszka wrote: >> Am 06.01.2011 16:31, Sebastian Smolorz wrote: >>> When building rt_igb for a kernel without CONFIG_PCI_MSI set the calls >>> to igb_reset_interrupt_capability() and igb_set_interrupt_capability() >>> lead to a compilation error because those functions are only known >>> when CONFIG_PCI_MSI is set to y. Therefore this patch makes the calls >>> to those functions conditional, too. >> >> In fact, the #ifdefs missing here were too much elsewhere. Applied your >> fix (with cosmetic adjustment) and cleaned up the other spot. > > It does not show up in the repository? As usual: forgot to push. Fixed. Jan |