From a1ed3255a3e1e7e06d53ec354d1ed6a9b84d9178 Mon Sep 17 00:00:00 2001 From: Tao Huang Date: Fri, 2 Nov 2018 11:50:23 +0800 Subject: [PATCH] include/linux: remove unused power/rockchip-6200ma-bat.h Change-Id: I91f17ed0888767074ad4bad94f6a042d1cdf07bf Signed-off-by: Tao Huang --- include/linux/power/rockchip-6200ma-bat.h | 27 ----------------------- 1 file changed, 27 deletions(-) delete mode 100644 include/linux/power/rockchip-6200ma-bat.h diff --git a/include/linux/power/rockchip-6200ma-bat.h b/include/linux/power/rockchip-6200ma-bat.h deleted file mode 100644 index 6a3106897852..000000000000 --- a/include/linux/power/rockchip-6200ma-bat.h +++ /dev/null @@ -1,27 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0 */ -battery_graph_prop rt5025_battery_param1[] = -{ - {4190, 1000}, - {4153, 980}, - {4067, 890}, - {3991, 800}, - {3931, 710}, - {3845, 580}, - {3799, 490}, - {3776, 400}, - {3743, 240}, - {3695, 140}, - {3660, 70}, - {3642, 50}, - {3509, 20}, - {3300, 0}, -}; - -battery_graph_prop rt5025_battery_param2[] = -{ - {450,30}, - {250, 0}, - {50,-90}, - {50, 10}, - {3400, 6900}, -};