aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power/supply/test_power.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/power/supply/test_power.c')
-rw-r--r--drivers/power/supply/test_power.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/power/supply/test_power.c b/drivers/power/supply/test_power.c
index 57246cdbd042..c3cad2b6daba 100644
--- a/drivers/power/supply/test_power.c
+++ b/drivers/power/supply/test_power.c
@@ -1,3 +1,4 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/* 2/*
2 * Power supply driver for testing. 3 * Power supply driver for testing.
3 * 4 *
@@ -8,10 +9,6 @@
8 * By: Masashi YOKOTA <yokota@pylone.jp> 9 * By: Masashi YOKOTA <yokota@pylone.jp>
9 * Originally found here: 10 * Originally found here:
10 * http://downloads.pylone.jp/src/virtual_battery/virtual_battery-0.0.1.tar.bz2 11 * http://downloads.pylone.jp/src/virtual_battery/virtual_battery-0.0.1.tar.bz2
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/kernel.h> 14#include <linux/kernel.h>