aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorArnd Bergmann <[email protected]>2022-09-30 13:30:40 +0200
committerArnd Bergmann <[email protected]>2023-01-20 11:24:13 +0100
commit347651485af1f9111438fc12f9dbe2a79cc3c95b (patch)
treec7a45e609939520ed00f3d4612882fd9eebe1d1f /include/linux
parentce79f3a1ad5fceda6149d1511ae3d1e13f32c14f (diff)
power: remove z2_battery driver
The PXA z2 platform is gone, and this driver is now orphaned. Cc: [email protected] Cc: Peter Edwards <[email protected]> Acked-by: Sebastian Reichel <[email protected]> Acked-by: Robert Jarzmik <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/z2_battery.h17
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