On Mon, Mar 3, 2014 at 3:34 AM, Emmanuel Grumbach <[email protected]> wrote: > From: Eliad Peller <[email protected]> > > 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 <[email protected]> > Signed-off-by: Emmanuel Grumbach <[email protected]>
Thanks! Queued it up! Luis -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
