[PATCH] [POWERPC][RFC] sysdev/commproc.c: fix build caused by undefined symbols

2007-09-18 Thread Anton Vorontsov
cpm_install_handler and cpm_free_handler neither used nor defined for arch/powerpc. This causes MPC8xx build failure, patch used to fix that. Signed-off-by: Anton Vorontsov [EMAIL PROTECTED] --- arch/powerpc/kernel/ppc_ksyms.c |5 - include/asm-powerpc/commproc.h |3 --- 2 files

Re: [PATCH] [POWERPC][RFC] sysdev/commproc.c: fix build caused by undefined symbols

2007-09-18 Thread Kumar Gala
On Sep 18, 2007, at 7:29 AM, Anton Vorontsov wrote: cpm_install_handler and cpm_free_handler neither used nor defined for arch/powerpc. This causes MPC8xx build failure, patch used to fix that. can you add the __res fix, and EXPORT() and do these three as one patch and improve the commit