Skip to content

Commit

Permalink
powerpc: Remove obsolete prototype
Browse files Browse the repository at this point in the history
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 4ba99b9, so its
prototype should have been removed at that time too.

Signed-off-by: Julio M. Merino Vidal <jmerino@ac.upc.edu>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
  • Loading branch information
Julio M. Merino Vidal authored and Adrian Bunk committed Oct 19, 2007
1 parent 9aa5e99 commit 568e0c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/asm-powerpc/paca.h
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,5 @@ struct paca_struct {

extern struct paca_struct paca[];

void setup_boot_paca(void);

#endif /* __KERNEL__ */
#endif /* _ASM_POWERPC_PACA_H */

0 comments on commit 568e0c1

Please sign in to comment.