ANDROID: handle merge issue in arch/arm64/include/asm/lse.h

For some reason a duplicated line ended up in here.

Thanks to Matthias for pointing it out.

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I7ebeddcd4a9bc210edd69d9ce5e9d3a30a6ef469
This commit is contained in:
Greg Kroah-Hartman
2020-01-30 09:45:59 +01:00
parent 05c7432116
commit 5e34934ff0

View File

@@ -8,8 +8,6 @@
#define __LSE_PREAMBLE ".arch armv8-a+lse\n"
#define __LSE_PREAMBLE ".arch armv8-a+lse\n"
#include <linux/compiler_types.h>
#include <linux/export.h>
#include <linux/jump_label.h>