diff options
author | Jann Horn <jannh@google.com> | 2018-05-04 19:59:35 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2018-05-06 12:22:31 +0200 |
commit | f2173356e26c4da2ddecf9bf3d58a6a2ff56b11d (patch) | |
tree | 967cc21e33a6c1d092ce4384e7f96d6b865689f5 | |
parent | ee946c36be21dcfe044f1c432cd6c6a33682e244 (diff) |
x86/vdso: Remove unused file
commit da861e18eccc ("x86, vdso: Get rid of the fake section mechanism")
left this file behind; nothing is using it anymore.
Signed-off-by: Jann Horn <jannh@google.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: hpa@zytor.com
Cc: luto@amacapital.net
Link: https://lkml.kernel.org/r/20180504175935.104085-1-jannh@google.com
-rw-r--r-- | arch/x86/entry/vdso/vdso32/vdso-fakesections.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/entry/vdso/vdso32/vdso-fakesections.c b/arch/x86/entry/vdso/vdso32/vdso-fakesections.c deleted file mode 100644 index 541468e25265..000000000000 --- a/arch/x86/entry/vdso/vdso32/vdso-fakesections.c +++ /dev/null @@ -1 +0,0 @@ -#include "../vdso-fakesections.c" |