License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.git] / arch / x86 / um / vdso / vdso.S
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
f1c2bb8b
RW
2#include <linux/init.h>
3
4__INITDATA
5
6 .globl vdso_start, vdso_end
7vdso_start:
5c48b108 8 .incbin "arch/x86/um/vdso/vdso.so"
f1c2bb8b
RW
9vdso_end:
10
11__FINIT