Forráskód Böngészése

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 <jmerino@ac.upc.edu>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Julio M. Merino Vidal 17 éve
szülő
commit
568e0c1119
1 módosított fájl, 0 hozzáadás és 2 törlés
  1. 0 2
      include/asm-powerpc/paca.h

+ 0 - 2
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 */