ANDROID: Drop orphan out-of-tree diff after CFI revert

This cleans up a left over difference from resolving the revert for the
CFI support.

Cc: Greg Kroah-Hartman <gregkh@google.com>
Fixes: bd98af7d21 ("Revert "ANDROID: add support for Clang's Control Flow Integrity (CFI)"")
Signed-off-by: Matthias Maennich <maennich@google.com>
Change-Id: Idaeb8d2a47b724f26f491460d4ebfbdc848ec3ba
This commit is contained in:
Matthias Maennich 2020-07-17 20:37:45 +02:00 committed by Greg Kroah-Hartman
parent 73a11b0961
commit 9cfc3cb4ec

View File

@ -231,10 +231,6 @@ struct ftrace_likely_data {
# define __noscs
#endif
#ifndef __norecordmcount
# define __norecordmcount
#endif
#ifndef asm_volatile_goto
#define asm_volatile_goto(x...) asm goto(x)
#endif