Hi Grant, > Is this really a good idea? A globally accessable pointer to the region? No it's not. But drivers are actually using the pointer and due to the missing export, they currently don't compile as module. >> +EXPORT_SYMBOL(cpm_setbrg); > > EXPORT_SYMBOL_GPL? Agreed. Thanks, Jochen