forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 1f93a7dfd1f8d5ff7a5c53246c7534fe2332d6f4
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>