hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/include/soc/arc/aux.h
....@@ -1,10 +1,6 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Copyright (C) 2016-2017 Synopsys, Inc. (www.synopsys.com)
3
- *
4
- * This program is free software; you can redistribute it and/or modify
5
- * it under the terms of the GNU General Public License version 2 as
6
- * published by the Free Software Foundation.
7
- *
84 */
95
106 #ifndef __SOC_ARC_AUX_H__
....@@ -26,7 +22,7 @@
2622
2723 /*
2824 * function helps elide unused variable warning
29
- * see: http://lists.infradead.org/pipermail/linux-snps-arc/2016-November/001748.html
25
+ * see: https://lists.infradead.org/pipermail/linux-snps-arc/2016-November/001748.html
3026 */
3127 static inline void write_aux_reg(u32 r, u32 v)
3228 {