forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 10ebd8556b7990499c896a550e3d416b444211e6
kernel/arch/arm/mach-u300/regulator.c
....@@ -1,8 +1,8 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * arch/arm/mach-u300/regulator.c
34 *
45 * Copyright (C) 2009 ST-Ericsson AB
5
- * License terms: GNU General Public License (GPL) version 2
66 * Handle board-bound regulators and board power not related
77 * to any devices.
88 * Author: Linus Walleij <linus.walleij@stericsson.com>
....@@ -130,3 +130,5 @@
130130 }
131131
132132 device_initcall(u300_init_boardpower);
133
+MODULE_LICENSE("GPL v2");
134
+MODULE_AUTHOR("Linus Walleij");