Commit 568e0c11 authored by Julio M. Merino Vidal's avatar Julio M. Merino Vidal Committed by Adrian Bunk

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 4ba99b97, so its
prototype should have been removed at that time too.
Signed-off-by: default avatarJulio M. Merino Vidal <jmerino@ac.upc.edu>
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
parent 9aa5e993
...@@ -121,7 +121,5 @@ struct paca_struct { ...@@ -121,7 +121,5 @@ struct paca_struct {
extern struct paca_struct paca[]; extern struct paca_struct paca[];
void setup_boot_paca(void);
#endif /* __KERNEL__ */ #endif /* __KERNEL__ */
#endif /* _ASM_POWERPC_PACA_H */ #endif /* _ASM_POWERPC_PACA_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment