On Sun, Feb 03, 2013 at 05:24:16PM +0100, Mihai Moldovan wrote: > * On 03.02.2013 03:48 PM, Ben Hutchings wrote: > > [...] > > +static void quirk_iommu_g4x_gfx(struct pci_dev *dev) > > +{ > Shouldn't __devinit be used here too, like for quirk_iommu_rwbf? > > It probably doesn't matter too much. especially on platforms with Intel IOMMU, > but... it makes the code coherent.
__devinit doesn't do anything on 99% of systems, that's why it is now gone in 3.8, so no need to keep on adding it to old kernels either. thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/