forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f70575805708cabdedea7498aaa3f710fde4d920
kernel/drivers/soc/renesas/r8a7792-sysc.c
....@@ -1,14 +1,10 @@
1
+// SPDX-License-Identifier: GPL-2.0
12 /*
23 * Renesas R-Car V2H (R8A7792) System Controller
34 *
45 * Copyright (C) 2016 Cogent Embedded Inc.
5
- *
6
- * This program is free software; you can redistribute it and/or modify
7
- * it under the terms of the GNU General Public License as published by
8
- * the Free Software Foundation; version 2 of the License.
96 */
107
11
-#include <linux/bug.h>
128 #include <linux/init.h>
139 #include <linux/kernel.h>
1410