hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
kernel/arch/sh/include/asm/cmpxchg-xchg.h
....@@ -1,12 +1,10 @@
1
+/* SPDX-License-Identifier: GPL-2.0 */
12 #ifndef __ASM_SH_CMPXCHG_XCHG_H
23 #define __ASM_SH_CMPXCHG_XCHG_H
34
45 /*
56 * Copyright (C) 2016 Red Hat, Inc.
67 * Author: Michael S. Tsirkin <mst@redhat.com>
7
- *
8
- * This work is licensed under the terms of the GNU GPL, version 2. See the
9
- * file "COPYING" in the main directory of this archive for more details.
108 */
119 #include <linux/bits.h>
1210 #include <linux/compiler.h>