diff options
Diffstat (limited to 'drivers/regulator/tps6586x-regulator.c')
-rw-r--r-- | drivers/regulator/tps6586x-regulator.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/regulator/tps6586x-regulator.c b/drivers/regulator/tps6586x-regulator.c index ba3dae7b2d2d..09e994e1f9a9 100644 --- a/drivers/regulator/tps6586x-regulator.c +++ b/drivers/regulator/tps6586x-regulator.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Regulator driver for TI TPS6586x | 3 | * Regulator driver for TI TPS6586x |
3 | * | 4 | * |
@@ -7,10 +8,6 @@ | |||
7 | * Based on da903x | 8 | * Based on da903x |
8 | * Copyright (C) 2006-2008 Marvell International Ltd. | 9 | * Copyright (C) 2006-2008 Marvell International Ltd. |
9 | * Copyright (C) 2008 Compulab Ltd. | 10 | * Copyright (C) 2008 Compulab Ltd. |
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. | ||
14 | */ | 11 | */ |
15 | 12 | ||
16 | #include <linux/kernel.h> | 13 | #include <linux/kernel.h> |