On Mon, Mar 3, 2014 at 3:34 AM, Emmanuel Grumbach <emmanuel.grumbach@xxxxxxxxx> wrote: > From: Eliad Peller <eliad@xxxxxxxxxx> > > struct msix_entry entry is defined only when CONFIG_PCI > is defined, resulting in warnings like: > > backport-include/linux/pci.h:256:16: warning: 'struct msix_entry' declared inside parameter list [enabled by default] > backport-include/linux/pci.h:256:16: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default] > > wrap (also the mock function) with appropriate ifdef CONFIG_PCI. > > Signed-off-by: Eliad Peller <eliad@xxxxxxxxxx> > Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@xxxxxxxxx> Thanks! Queued it up! Luis -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html