[RFC][PATCH 5/8] Fix 4xx build

Arnd Bergmann arnd at arndb.de
Thu Jul 12 07:00:24 EST 2007


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



More information about the Linuxppc-dev mailing list