diff options
Diffstat (limited to 'drivers/regulator/max8907-regulator.c')
-rw-r--r-- | drivers/regulator/max8907-regulator.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/regulator/max8907-regulator.c b/drivers/regulator/max8907-regulator.c index 860400d2cd85..76152aaa330b 100644 --- a/drivers/regulator/max8907-regulator.c +++ b/drivers/regulator/max8907-regulator.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * max8907-regulator.c -- support regulators in max8907 | 3 | * max8907-regulator.c -- support regulators in max8907 |
3 | * | 4 | * |
@@ -8,10 +9,6 @@ | |||
8 | * Copyright 2010 Texas Instruments Inc. | 9 | * Copyright 2010 Texas Instruments Inc. |
9 | * Author: Graeme Gregory <gg@slimlogic.co.uk> | 10 | * Author: Graeme Gregory <gg@slimlogic.co.uk> |
10 | * Author: Jorge Eduardo Candelaria <jedu@slimlogic.co.uk> | 11 | * Author: Jorge Eduardo Candelaria <jedu@slimlogic.co.uk> |
11 | * | ||
12 | * This program is free software; you can redistribute it and/or modify | ||
13 | * it under the terms of the GNU General Public License version 2 as | ||
14 | * published by the Free Software Foundation. | ||
15 | */ | 12 | */ |
16 | 13 | ||
17 | #include <linux/err.h> | 14 | #include <linux/err.h> |