hc
2024-09-20 a36159eec6ca17402b0e146b86efaf76568dc353
kernel/arch/arm/mach-omap2/omap_hwmod_common_data.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * omap_hwmod common data structures
34 *
....@@ -7,10 +8,6 @@
78 *
89 * Copyright (C) 2010 Nokia Corporation
910 * Paul Walmsley
10
- *
11
- * This program is free software; you can redistribute it and/or modify
12
- * it under the terms of the GNU General Public License version 2 as
13
- * published by the Free Software Foundation.
1411 *
1512 * This data/structures are to be used while defining OMAP on-chip module
1613 * data and their integration with other OMAP modules and Linux.