LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] powerpc: Remove obsolete prototype
@ 2007-05-04 7:57 Julio M. Merino Vidal
0 siblings, 0 replies; only message in thread
From: Julio M. Merino Vidal @ 2007-05-04 7:57 UTC (permalink / raw)
To: linux-kernel
Hello,
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. Patch below.
Kind regards,
Signed-off-by: Julio M. Merino Vidal <jmerino@ac.upc.edu>
diff --git a/include/asm-powerpc/paca.h b/include/asm-powerpc/paca.h
index cf95274..00a70e5 100644
--- a/include/asm-powerpc/paca.h
+++ b/include/asm-powerpc/paca.h
@@ -107,7 +107,5 @@ struct paca_struct {
extern struct paca_struct paca[];
-void setup_boot_paca(void);
-
#endif /* __KERNEL__ */
#endif /* _ASM_POWERPC_PACA_H */
--
Julio M. Merino Vidal <jmerino@ac.upc.edu>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-05-04 7:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-05-04 7:57 [PATCH] powerpc: Remove obsolete prototype Julio M. Merino Vidal
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).