summaryrefslogtreecommitdiff
path: root/include/linux/platform_data
diff options
context:
space:
mode:
authorAlexei Starovoitov <ast@kernel.org>2025-11-15 04:43:41 +0300
committerAlexei Starovoitov <ast@kernel.org>2025-11-15 04:43:41 +0300
commite47b68bda4de6a848a8b6c79316542326a8fb3ca (patch)
treebb1300a3177f5c92e2698fab42178f160f41316e /include/linux/platform_data
parentef2c0b2e56ad710a2b5a85b678a6c685756e03a4 (diff)
parent7a0892d2836e12cc61b6823f888629a3eb64e268 (diff)
downloadlinux-e47b68bda4de6a848a8b6c79316542326a8fb3ca.tar.xz
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc5+
Cross-merge BPF and other fixes after downstream PR. Minor conflict in kernel/bpf/helpers.c Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'include/linux/platform_data')
-rw-r--r--include/linux/platform_data/x86/int3472.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/platform_data/x86/int3472.h b/include/linux/platform_data/x86/int3472.h
index 1571e9157fa5..b1b837583d54 100644
--- a/include/linux/platform_data/x86/int3472.h
+++ b/include/linux/platform_data/x86/int3472.h
@@ -100,7 +100,6 @@ struct int3472_gpio_regulator {
struct regulator_consumer_supply supply_map[GPIO_REGULATOR_SUPPLY_MAP_COUNT * 2];
char supply_name_upper[GPIO_SUPPLY_NAME_LENGTH];
char regulator_name[GPIO_REGULATOR_NAME_LENGTH];
- struct gpio_desc *ena_gpio;
struct regulator_dev *rdev;
struct regulator_desc rdesc;
};