On Wednesday 11 July 2007, Josh Boyer wrote: > -#if defined(CONFIG_8xx) || defined(CONFIG_40x) > +#if defined(CONFIG_8xx) > EXPORT_SYMBOL(__res); > #endif Actually, __res also isn't defined on 8xx, so the export should probably go away entirely. Arnd <><