diff options
| author | Arnd Bergmann <[email protected]> | 2022-10-19 17:03:39 +0200 |
|---|---|---|
| committer | Lee Jones <[email protected]> | 2022-12-07 13:28:08 +0000 |
| commit | 707857d997ae39743eba939a5b3aaafbab04fa78 (patch) | |
| tree | 5907179d4c29ce70cbccffa2ab73e0b395029b4b /include/linux | |
| parent | 67470bb7b30b87bebcfb798aedc77dc6519cc0a7 (diff) | |
mfd: Remove htc-i2cpld driver
The HTC Herald machine was removed, so this driver is no
longer used anywhere.
Cc: Cory Maccarrone <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
Signed-off-by: Lee Jones <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/htcpld.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/include/linux/htcpld.h b/include/linux/htcpld.h deleted file mode 100644 index 5f8ac9b1d724..000000000000 --- a/include/linux/htcpld.h +++ /dev/null @@ -1,23 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0 */ -#ifndef __LINUX_HTCPLD_H -#define __LINUX_HTCPLD_H - -struct htcpld_chip_platform_data { - unsigned int addr; - unsigned int reset; - unsigned int num_gpios; - unsigned int gpio_out_base; - unsigned int gpio_in_base; - unsigned int irq_base; - unsigned int num_irqs; -}; - -struct htcpld_core_platform_data { - unsigned int i2c_adapter_id; - - struct htcpld_chip_platform_data *chip; - unsigned int num_chip; -}; - -#endif /* __LINUX_HTCPLD_H */ - |