diff options
author | Arnd Bergmann <arnd@arndb.de> | 2022-10-19 18:03:39 +0300 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2022-12-07 16:28:08 +0300 |
commit | 707857d997ae39743eba939a5b3aaafbab04fa78 (patch) | |
tree | 5907179d4c29ce70cbccffa2ab73e0b395029b4b /include/linux/htcpld.h | |
parent | 67470bb7b30b87bebcfb798aedc77dc6519cc0a7 (diff) | |
download | linux-707857d997ae39743eba939a5b3aaafbab04fa78.tar.xz |
mfd: Remove htc-i2cpld driver
The HTC Herald machine was removed, so this driver is no
longer used anywhere.
Cc: Cory Maccarrone <darkstar6262@gmail.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Lee Jones <lee@kernel.org>
Link: https://lore.kernel.org/r/20221019150410.3851944-17-arnd@kernel.org
Diffstat (limited to 'include/linux/htcpld.h')
-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 */ - |