Re: [RTnet-developers] [PATCH] rt_igb: Add missing ifdefs for CONFIG_PCI_MSI
Brought to you by:
bet-frogger,
kiszka
|
From: Sebastian S. <sm...@rt...> - 2011-01-11 08:18:58
|
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? -- Sebastian |