summaryrefslogtreecommitdiff
path: root/arch/mips64/reloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips64/reloc.h')
-rw-r--r--arch/mips64/reloc.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/mips64/reloc.h b/arch/mips64/reloc.h
index bbd9bd9d..7e61e225 100644
--- a/arch/mips64/reloc.h
+++ b/arch/mips64/reloc.h
@@ -1,9 +1,3 @@
-#ifndef __RELOC_H__
-#define __RELOC_H__
-
-#define _GNU_SOURCE
-#include <endian.h>
-
#if __mips_isa_rev >= 6
#define ISA_SUFFIX "r6"
#else
@@ -62,5 +56,3 @@
" daddu %0, %0, $ra \n" \
".set pop \n" \
: "=r"(*(fp)) : : "memory", "ra" )
-
-#endif