aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/xmon/ppc-dis.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/xmon/ppc-dis.c')
-rw-r--r--arch/powerpc/xmon/ppc-dis.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/powerpc/xmon/ppc-dis.c b/arch/powerpc/xmon/ppc-dis.c
index 3b67bee4830b..08652742fa77 100644
--- a/arch/powerpc/xmon/ppc-dis.c
+++ b/arch/powerpc/xmon/ppc-dis.c
@@ -21,8 +21,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
21#include "nonstdio.h" 21#include "nonstdio.h"
22#include "ansidecl.h" 22#include "ansidecl.h"
23#include "ppc.h" 23#include "ppc.h"
24 24#include "dis-asm.h"
25extern void print_address (unsigned long memaddr);
26 25
27/* Print a PowerPC or POWER instruction. */ 26/* Print a PowerPC or POWER instruction. */
28 27