Re: DRM() and function names

2004-08-16 Thread Sam Ravnborg
On Mon, Aug 16, 2004 at 01:39:20PM -0700, Ian Romanick wrote: > Jon Smirl wrote: > > >Do we really need the DRM() macro around function names? With Linux the > >only exported symbols are the ones marked with EXPORT_SYMBOL. Is this a > >work around for another OS to stop symbol conflicts when the O

Re: DRM() and function names

2004-08-16 Thread Ian Romanick
Jon Smirl wrote: Do we really need the DRM() macro around function names? With Linux the only exported symbols are the ones marked with EXPORT_SYMBOL. Is this a work around for another OS to stop symbol conflicts when the OS exports all symbols? Is that even the case if multiple DRM drivers are bui

DRM() and function names

2004-08-16 Thread Jon Smirl
Do we really need the DRM() macro around function names? With Linux the only exported symbols are the ones marked with EXPORT_SYMBOL. Is this a work around for another OS to stop symbol conflicts when the OS exports all symbols? = Jon Smirl [EMAIL PROTECTED]