summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/arch/mips/include/asm/linkage.h
diff options
context:
space:
mode:
Diffstat (limited to 'ANDROID_3.4.5/arch/mips/include/asm/linkage.h')
-rw-r--r--ANDROID_3.4.5/arch/mips/include/asm/linkage.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/ANDROID_3.4.5/arch/mips/include/asm/linkage.h b/ANDROID_3.4.5/arch/mips/include/asm/linkage.h
deleted file mode 100644
index e9a940d1..00000000
--- a/ANDROID_3.4.5/arch/mips/include/asm/linkage.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef __ASM_LINKAGE_H
-#define __ASM_LINKAGE_H
-
-#ifdef __ASSEMBLY__
-#include <asm/asm.h>
-#endif
-
-#define __weak __attribute__((weak))
-
-#endif