diff options
| author | Arnd Bergmann <arnd@arndb.de> | 2022-09-30 14:30:40 +0300 |
|---|---|---|
| committer | Arnd Bergmann <arnd@arndb.de> | 2023-01-20 13:24:13 +0300 |
| commit | 347651485af1f9111438fc12f9dbe2a79cc3c95b (patch) | |
| tree | c7a45e609939520ed00f3d4612882fd9eebe1d1f /include/linux | |
| parent | ce79f3a1ad5fceda6149d1511ae3d1e13f32c14f (diff) | |
| download | linux-347651485af1f9111438fc12f9dbe2a79cc3c95b.tar.xz | |
power: remove z2_battery driver
The PXA z2 platform is gone, and this driver is now orphaned.
Cc: linux-pm@vger.kernel.org
Cc: Peter Edwards <sweetlilmre@gmail.com>
Acked-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Acked-by: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/z2_battery.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/include/linux/z2_battery.h b/include/linux/z2_battery.h deleted file mode 100644 index 9e8be7a7cd25..000000000000 --- a/include/linux/z2_battery.h +++ /dev/null @@ -1,17 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0 */ -#ifndef _LINUX_Z2_BATTERY_H -#define _LINUX_Z2_BATTERY_H - -struct z2_battery_info { - int batt_I2C_bus; - int batt_I2C_addr; - int batt_I2C_reg; - int min_voltage; - int max_voltage; - int batt_div; - int batt_mult; - int batt_tech; - char *batt_name; -}; - -#endif |
