Commit 21cf9133 authored by Michael Ellerman's avatar Michael Ellerman Committed by Paul Mackerras
Browse files

[POWERPC] Move prototype for find_udbg_vterm() into a header file



Move the prototype for find_udbg_vterm() into pseries.h, removing
it from setup.c.

Signed-off-by: default avatarMichael Ellerman <michael@ellerman.id.au>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 37ddd5d0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@
#include <asm/smp.h>

#include "plpar_wrappers.h"
#include "pseries.h"

#ifdef DEBUG_LOW
#define DBG_LOW(fmt...) do { udbg_printf(fmt); } while(0)
+2 −0
Original line number Diff line number Diff line
@@ -38,4 +38,6 @@ extern void pSeries_final_fixup(void);
/* Poweron flag used for enabling auto ups restart */
extern unsigned long rtas_poweron_auto;

extern void find_udbg_vterm(void);

#endif /* _PSERIES_PSERIES_H */
+0 −3
Original line number Diff line number Diff line
@@ -76,9 +76,6 @@
#define DBG(fmt...)
#endif

/* move those away to a .h */
extern void find_udbg_vterm(void);

int fwnmi_active;  /* TRUE if an FWNMI handler is present */

static void pseries_shared_idle_sleep(void);