From: David Lechner Date: Mon, 5 Jan 2026 20:47:21 +0000 (-0600) Subject: arm: mediatek: remove extra gpio header X-Git-Tag: v2026.04-rc1~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc82599c45b31b84fcbd0e9c0bf2dcf73f004391;p=thirdparty%2Fu-boot.git arm: mediatek: remove extra gpio header Remove empty gpio.h header file and CONFIG_GPIO_EXTRA_HEADER on ARCH_MEDIATEK. There is no reason to have these since the header doesn't contain anything. Signed-off-by: David Lechner Reviewed-by: Quentin Schulz --- diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 0485fe78e10..1a6b77cb2b5 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -865,7 +865,6 @@ config ARCH_MESON config ARCH_MEDIATEK bool "MediaTek SoCs" select DM - select GPIO_EXTRA_HEADER select OF_CONTROL select SPL_DM if SPL select SPL_LIBCOMMON_SUPPORT if SPL diff --git a/arch/arm/include/asm/arch-mediatek/gpio.h b/arch/arm/include/asm/arch-mediatek/gpio.h deleted file mode 100644 index 4ea1020634e..00000000000 --- a/arch/arm/include/asm/arch-mediatek/gpio.h +++ /dev/null @@ -1,9 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0 */ -/* - * Copyright (C) 2018 MediaTek Inc. - */ - -#ifndef __MEDIATEK_GPIO_H -#define __MEDIATEK_GPIO_H - -#endif /* __MEDIATEK_GPIO_H */