Re: [PATCH] 6700/6702PXH quirk

From: Greg KH
Date: Fri Aug 05 2005 - 13:42:19 EST


On Fri, Aug 05, 2005 at 09:27:42AM -0700, Kristen Accardi wrote:
> @@ -1127,3 +1159,5 @@ EXPORT_SYMBOL(pci_enable_msi);
> EXPORT_SYMBOL(pci_disable_msi);
> EXPORT_SYMBOL(pci_enable_msix);
> EXPORT_SYMBOL(pci_disable_msix);
> +EXPORT_SYMBOL(disable_msi_mode);
> +EXPORT_SYMBOL(msi_add_quirk);

Why do these need to be exported? It doesn't look like you are trying
to access these from a module, or do you have a patch that uses them
somewhere else?

thanks,

greg k-h
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/