From 8749fa6af3e94630eeb02bc3a45fe9bdcb8d3087 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Tue, 28 Mar 2017 10:27:29 -0600 Subject: board_f: powerpc: Make prt_8260_rsr(), prt_8260_clks() private Move these two function calls into checkcpu(), which is called on this arch immediately after these two. Signed-off-by: Simon Glass Reviewed-by: Stefan Roese --- arch/powerpc/include/asm/processor.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/powerpc/include') diff --git a/arch/powerpc/include/asm/processor.h b/arch/powerpc/include/asm/processor.h index c032726df15..fd38da9fe5e 100644 --- a/arch/powerpc/include/asm/processor.h +++ b/arch/powerpc/include/asm/processor.h @@ -1355,6 +1355,8 @@ void ll_puts(const char *); void _nmask_and_or_msr(unsigned long nmask, unsigned long or_val); int prt_83xx_rsr(void); +int prt_8260_rsr(void); +int prt_8260_clks(void); #endif /* ndef ASSEMBLY*/ -- cgit v1.3.1