summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorTao Huang <huangtao@rock-chips.com>2018-11-05 14:44:26 +0800
committerTao Huang <huangtao@rock-chips.com>2018-11-05 16:21:10 +0800
commit0ed6015a263f8b65fd4dff0ad1b44857440288f1 (patch)
tree43be62d7ca01bdc37672bc580c1ea96e502482ec /include/linux
parent3e9fca63969d85239038b489c62416c35811ae2e (diff)
drivers/power: remove unused rt-battery/rt-power drivers
Change-Id: Ib0acf34205cf8a2f8e352976649fc3134f4d85d3 Signed-off-by: Tao Huang <huangtao@rock-chips.com>
Diffstat (limited to 'include/linux')
-rwxr-xr-xinclude/linux/power/rt-battery.h19
-rw-r--r--include/linux/power/rt-power.h27
2 files changed, 0 insertions, 46 deletions
diff --git a/include/linux/power/rt-battery.h b/include/linux/power/rt-battery.h
deleted file mode 100755
index ab0c7da1f876..000000000000
--- a/include/linux/power/rt-battery.h
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
- * include/linux/power/rt-battery.h
- * Include header file for Richtek Richtek Battery Driver
- *
- * Copyright (C) 2014 Richtek Technology Corp.
- * cy_huang <cy_huang@richtek.com>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
- */
-
-#ifndef __LINUX_RT_BATTERY_H
-#define __LINUX_RT_BATTERY_H
-
-#define RT_BATT_NAME "rt-battery"
-
-#endif /* #ifndef __LINUX_RT_BATTERY_H */
diff --git a/include/linux/power/rt-power.h b/include/linux/power/rt-power.h
deleted file mode 100644
index 75335480581e..000000000000
--- a/include/linux/power/rt-power.h
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- * include/linux/power/rt-power.h
- * Include header file for Richtek Richtek Power Driver
- *
- * Copyright (C) 2014 Richtek Technology Corp.
- * cy_huang <cy_huang@richtek.com>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
- */
-
-#ifndef __LINUX_RT_POWER_H
-#define __LINUX_RT_POWER_H
-
-#define RT_AC_NAME "rt-ac"
-#define RT_USB_NAME "rt-usb"
-
-struct rt_power_data {
- int chg_volt;
- int acchg_icc;
- int usbtachg_icc;
- int usbchg_icc;
-};
-#endif /* #ifndef __LINUX_RT_POWER_H */
-