aboutsummaryrefslogtreecommitdiff
path: root/include/asm-um/linkage.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-um/linkage.h')
-rw-r--r--include/asm-um/linkage.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/asm-um/linkage.h b/include/asm-um/linkage.h
deleted file mode 100644
index e3d62dcbd35..00000000000
--- a/include/asm-um/linkage.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef __ASM_UM_LINKAGE_H
-#define __ASM_UM_LINKAGE_H
-
-#include "asm/arch/linkage.h"
-
-#include <linux/config.h>
-
-/* <linux/linkage.h> will pick sane defaults */
-#ifdef CONFIG_GPROF
-#undef FASTCALL
-#undef fastcall
-#endif
-
-#endif