I just tried to compile up the ads8272_defconfig with ARCH=ppc, since
that was the only obviously 8272-based config in arch/ppc/configs.
However, arch/ppc/platforms/mpc8272ads_setup.c fails to compile
because of things like this in it (line 106):
static void init_fcc1_ioports(struct fs_platform_info*)
{
...
}
That is, it's a function definition (not declaration) with the
parameter name missing, which gcc rejects with an error. Gitk tells
me it's been like this since September.
Is there any 8272-based config that actually still compiles with
ARCH=ppc?
Paul.