diff options
Diffstat (limited to 'include/linux/linkage.h')
-rw-r--r-- | include/linux/linkage.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/linkage.h b/include/linux/linkage.h index 0592936344c4..fe2a39c489b6 100644 --- a/include/linux/linkage.h +++ b/include/linux/linkage.h | |||
@@ -17,8 +17,8 @@ | |||
17 | # define asmregparm | 17 | # define asmregparm |
18 | #endif | 18 | #endif |
19 | 19 | ||
20 | #ifndef prevent_tail_call | 20 | #ifndef asmlinkage_protect |
21 | # define prevent_tail_call(ret) do { } while (0) | 21 | # define asmlinkage_protect(n, ret, args...) do { } while (0) |
22 | #endif | 22 | #endif |
23 | 23 | ||
24 | #ifndef __ALIGN | 24 | #ifndef __ALIGN |