diff options
Diffstat (limited to 'arch/arm64/include/asm/compat.h')
-rw-r--r-- | arch/arm64/include/asm/compat.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm64/include/asm/compat.h b/arch/arm64/include/asm/compat.h index e71f81fe127a..253e33bc94fb 100644 --- a/arch/arm64/include/asm/compat.h +++ b/arch/arm64/include/asm/compat.h | |||
@@ -305,11 +305,6 @@ static inline int is_compat_thread(struct thread_info *thread) | |||
305 | 305 | ||
306 | #else /* !CONFIG_COMPAT */ | 306 | #else /* !CONFIG_COMPAT */ |
307 | 307 | ||
308 | static inline int is_compat_task(void) | ||
309 | { | ||
310 | return 0; | ||
311 | } | ||
312 | |||
313 | static inline int is_compat_thread(struct thread_info *thread) | 308 | static inline int is_compat_thread(struct thread_info *thread) |
314 | { | 309 | { |
315 | return 0; | 310 | return 0; |