Pārlūkot izejas kodu

Cleanup fpuemuprivate declarations.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle 20 gadi atpakaļ
vecāks
revīzija
0bd5d2e9ec

+ 0 - 3
arch/mips/math-emu/dsemul.c

@@ -28,9 +28,6 @@
 #endif
 #endif
 #define __mips 4
 #define __mips 4
 
 
-extern struct mips_fpu_emulator_private fpuemuprivate;
-
-
 /*
 /*
  * Emulate the arbritrary instruction ir at xcp->cp0_epc.  Required when
  * Emulate the arbritrary instruction ir at xcp->cp0_epc.  Required when
  * we have to emulate the instruction in a COP1 branch delay slot.  Do
  * we have to emulate the instruction in a COP1 branch delay slot.  Do

+ 0 - 2
arch/mips/math-emu/kernel_linkage.c

@@ -27,8 +27,6 @@
 
 
 #include <asm/fpu_emulator.h>
 #include <asm/fpu_emulator.h>
 
 
-extern struct mips_fpu_emulator_private fpuemuprivate;
-
 #define SIGNALLING_NAN 0x7ff800007ff80000LL
 #define SIGNALLING_NAN 0x7ff800007ff80000LL
 
 
 void fpu_emulator_init_fpu(void)
 void fpu_emulator_init_fpu(void)

+ 2 - 0
include/asm-mips/fpu_emulator.h

@@ -35,4 +35,6 @@ struct mips_fpu_emulator_private {
 	} stats;
 	} stats;
 };
 };
 
 
+extern struct mips_fpu_emulator_private fpuemuprivate;
+
 #endif /* _ASM_FPU_EMULATOR_H */
 #endif /* _ASM_FPU_EMULATOR_H */