summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorTao Huang <huangtao@rock-chips.com>2018-11-05 15:05:34 +0800
committerTao Huang <huangtao@rock-chips.com>2018-11-05 16:21:11 +0800
commit042fe34ae5988b58fd50185312552be2dfc342b0 (patch)
tree0fb80135d4104223b46edba5eab398dce8ef1cce /include/linux
parent17d9de93fd4346d98daf50543299331bddb3c36c (diff)
drivers/regulator: remove unused charge-regulator driver
Change-Id: I489ae7a74066c880c7ac21b2fe6d0d0fc712983f Signed-off-by: Tao Huang <huangtao@rock-chips.com>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/regulator/charge-regulator.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/include/linux/regulator/charge-regulator.h b/include/linux/regulator/charge-regulator.h
deleted file mode 100644
index d8969d7169d8..000000000000
--- a/include/linux/regulator/charge-regulator.h
+++ /dev/null
@@ -1,30 +0,0 @@
-/* include/linux/regulator/charge-regulator.h
- *
- * Copyright (C) 2010 ROCKCHIP, Inc.
- *
- * This software is licensed under the terms of the GNU General Public
- * License version 2, as published by the Free Software Foundation, and
- * may be copied, distributed, and modified under those terms.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- */
-#ifndef __LINUX_REGULATOR_CHARGE_H
-
-#define __LINUX_REGULATOR_CHARGE_H
-
-#include <linux/regulator/machine.h>
-
-
-struct regulator_init_data;
-
-struct charge_platform_data {
- int gpio_charge;
- struct regulator_init_data *init_data;
-};
-
-#endif
-