Re: [PATCH} Trivial - fix drm_agp symbol export

From: Christoph Hellwig
Date: Sat Oct 23 2004 - 04:58:25 EST


On Sat, Oct 23, 2004 at 12:45:42AM -0400, Jon Smirl wrote:
> Exports the symbol for drm agp entry points. This allows the new drm
> linux-core module to get the symbol with symbol_get() instead of
> inter_module_get(). After the new drm code arrives inter_module_xx
> code in AGP can be deleted.

Sorry, wrong API. At least export the individual functions and use them
directly (and without the symbol_get abnomination that's not any better
than inter_module_*).

-
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/