Sebastian Ott <sebott@xxxxxxxxxxxxxxxxxx> writes: > On Wed, 14 Jan 2015, Michael S. Tsirkin wrote: >> } >> -EXPORT_SYMBOL_GPL(pci_iomap); >> +EXPORT_SYMBOL_GPL(pci_iomap_range); >> + >> +void __iomem *pci_iomap(struct pci_dev *dev, int bar, unsigned long maxlen) >> +{ >> + return pci_iomap_range(dev, bar, 0, maxlen); >> +} >> +EXPORT_SYMBOL(pci_iomap); > > As discussed earlier, could you please leave that as EXPORT_SYMBOL_GPL. > If there's a reason to have these interfaces as EXPORT_SYMBOL, we could > change all of them in an extra patch. > > With this change integrated you can add > Acked-by: Sebastian Ott <sebott@xxxxxxxxxxxxxxxxxx> OK, I've gone back and rebased virtio-next to fix this (I don't really want to think too hard about the legal consequences of having a version which isn't EXPORT_SYMBOL_GPL). Thanks, Rusty. _______________________________________________ Virtualization mailing list Virtualization@xxxxxxxxxxxxxxxxxxxxxxxxxx https://lists.linuxfoundation.org/mailman/listinfo/virtualization