From: Julio M. Merino Vidal Date: Fri, 19 Oct 2007 22:36:33 +0000 (+0200) Subject: powerpc: Remove obsolete prototype X-Git-Tag: v2.6.24-rc1~124^2~45 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=568e0c1119d7ff33fbcddc0dec9e2c799a53352d;p=platform%2Fkernel%2Flinux-3.10.git powerpc: Remove obsolete prototype The include/asm-powerpc/paca.h file has a prototype for a function that does not exist any more; its name is setup_boot_paca. This function was removed in commit 4ba99b97dadd35b9ce1438b2bc7c992a4a14a8b1, so its prototype should have been removed at that time too. Signed-off-by: Julio M. Merino Vidal Signed-off-by: Adrian Bunk --- diff --git a/include/asm-powerpc/paca.h b/include/asm-powerpc/paca.h index 98c6bd5..f6dfce0 100644 --- a/include/asm-powerpc/paca.h +++ b/include/asm-powerpc/paca.h @@ -121,7 +121,5 @@ struct paca_struct { extern struct paca_struct paca[]; -void setup_boot_paca(void); - #endif /* __KERNEL__ */ #endif /* _ASM_POWERPC_PACA_H */