False alarm. They hardcoded the arch into the include. So #include <asm-powerpc/time.h> no longer works but #include <asm/time.h> does. This is an artifact from when we where trying to use arch/ppc. Cheers, Sean