diff options
Diffstat (limited to 'include/asm-mips/linkage.h')
-rw-r--r-- | include/asm-mips/linkage.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/asm-mips/linkage.h b/include/asm-mips/linkage.h deleted file mode 100644 index e9a940d1b0c..00000000000 --- a/include/asm-mips/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 |