diff options
author | Guo Ren <guoren@linux.alibaba.com> | 2021-02-27 17:00:35 +0300 |
---|---|---|
committer | Guo Ren <guoren@linux.alibaba.com> | 2021-02-27 17:04:14 +0300 |
commit | 6607aa6f6b68fc9b5955755f1b1be125cf2a9d03 (patch) | |
tree | 12e49c053bd956fefb83b0e787896faf32fa6592 /arch/csky/include/asm/barrier.h | |
parent | 5d3f410fa9f35bd6378109a08b143d1d91ace588 (diff) | |
download | linux-6607aa6f6b68fc9b5955755f1b1be125cf2a9d03.tar.xz |
csky: Fixup compile error
: error: C++ style comments are not allowed in ISO C90
// Copyright (C) 2018 Hangzhou C-SKY Microsystems co.,ltd.
^
error: (this will be reported only once per input file)
Signed-off-by: Guo Ren <guoren@linux.alibaba.com>
Diffstat (limited to 'arch/csky/include/asm/barrier.h')
-rw-r--r-- | arch/csky/include/asm/barrier.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/csky/include/asm/barrier.h b/arch/csky/include/asm/barrier.h index 117e6224defa..84fc600c8b45 100644 --- a/arch/csky/include/asm/barrier.h +++ b/arch/csky/include/asm/barrier.h @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0 */ -// Copyright (C) 2018 Hangzhou C-SKY Microsystems co.,ltd. #ifndef __ASM_CSKY_BARRIER_H #define __ASM_CSKY_BARRIER_H |