hc
2024-05-16 8d2a02b24d66aa359e83eebc1ed3c0f85367a1cb
kernel/include/linux/mfd/syscon/atmel-smc.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0 */
12 /*
23 * Atmel SMC (Static Memory Controller) register offsets and bit definitions.
34 *
....@@ -5,10 +6,6 @@
56 * Copyright (C) 2014 Free Electrons
67 *
78 * Author: Boris Brezillon <boris.brezillon@free-electrons.com>
8
- *
9
- * This program is free software; you can redistribute it and/or modify
10
- * it under the terms of the GNU General Public License version 2 as
11
- * published by the Free Software Foundation.
129 */
1310
1411 #ifndef _LINUX_MFD_SYSCON_ATMEL_SMC_H_