From: Benjamin Herrenschmidt This patch fixes a warning by adding a missing function prototype for enable_kernel_altivec(). Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Andrew Morton --- 25-akpm/include/asm-ppc/system.h | 1 + 1 files changed, 1 insertion(+) diff -puN include/asm-ppc/system.h~ppc32-add-missing-prototype include/asm-ppc/system.h --- 25/include/asm-ppc/system.h~ppc32-add-missing-prototype Tue Jan 18 15:25:13 2005 +++ 25-akpm/include/asm-ppc/system.h Tue Jan 18 15:25:13 2005 @@ -74,6 +74,7 @@ extern void read_rtc_time(void); extern void pmac_find_display(void); extern void giveup_fpu(struct task_struct *); extern void enable_kernel_fp(void); +extern void enable_kernel_altivec(void); extern void giveup_altivec(struct task_struct *); extern void load_up_altivec(struct task_struct *); extern void giveup_spe(struct task_struct *); _