Opps, there is a bug in this patch. The file pika.h is not included. I have attached it below, but a simpler solution might be to just delete it from this file. It is not required to build the kernel.
The file currently contains the exported dtm functions. These functions are only used by the telephony driver, which is not in the mainline kernel. Cheers, Sean Signed-off-by: Sean MacLennan <[EMAIL PROTECTED]> diff --git a/include/linux/pika.h b/include/linux/pika.h new file mode 100644 index 0000000..83d51df --- /dev/null +++ b/include/linux/pika.h @@ -0,0 +1,18 @@ +/* + * PIKA exported functions + * + * Copyright (c) 2008 PIKA Technologies + * Sean MacLennan <[EMAIL PROTECTED]> + */ + +#ifndef _LINUX_PIKA_H +#define _LINUX_PIKA_H + +#ifdef __KERNEL__ + +int pika_dtm_register_shutdown(void (*func)(void *arg), void *arg); +int pika_dtm_unregister_shutdown(void (*func)(void *arg), void *arg); + +#endif + +#endif _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev