summaryrefslogtreecommitdiffstats
path: root/include/asm-arm/linkage.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm/linkage.h')
-rw-r--r--include/asm-arm/linkage.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/asm-arm/linkage.h b/include/asm-arm/linkage.h
deleted file mode 100644
index 5a25632b1b..0000000000
--- a/include/asm-arm/linkage.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef __ASM_LINKAGE_H
-#define __ASM_LINKAGE_H
-
-#define __ALIGN .align 0
-#define __ALIGN_STR ".align 0"
-
-#define ENDPROC(name) \
- .type name, %function; \
- END(name)
-
-#endif