diff options
Diffstat (limited to 'drivers/regulator/helpers.c')
-rw-r--r-- | drivers/regulator/helpers.c | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/drivers/regulator/helpers.c b/drivers/regulator/helpers.c index b9ae45d2d199..4986cc5064a1 100644 --- a/drivers/regulator/helpers.c +++ b/drivers/regulator/helpers.c | |||
@@ -1,10 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | 1 | // SPDX-License-Identifier: GPL-2.0-or-later |
2 | /* | 2 | // |
3 | * helpers.c -- Voltage/Current Regulator framework helper functions. | 3 | // helpers.c -- Voltage/Current Regulator framework helper functions. |
4 | * | 4 | // |
5 | * Copyright 2007, 2008 Wolfson Microelectronics PLC. | 5 | // Copyright 2007, 2008 Wolfson Microelectronics PLC. |
6 | * Copyright 2008 SlimLogic Ltd. | 6 | // Copyright 2008 SlimLogic Ltd. |
7 | */ | ||
8 | 7 | ||
9 | #include <linux/kernel.h> | 8 | #include <linux/kernel.h> |
10 | #include <linux/err.h> | 9 | #include <linux/err.h> |