diff options
| author | David Lechner <[email protected]> | 2026-01-05 14:47:21 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-01-16 09:53:57 -0600 |
| commit | dc82599c45b31b84fcbd0e9c0bf2dcf73f004391 (patch) | |
| tree | dca9b5034b2d80610f0fb1aa2f490baefbae56c2 | |
| parent | 284855320282ccd3c6d0403e85c0e2ab8a566db1 (diff) | |
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 <[email protected]>
Reviewed-by: Quentin Schulz <[email protected]>
| -rw-r--r-- | arch/arm/Kconfig | 1 | ||||
| -rw-r--r-- | arch/arm/include/asm/arch-mediatek/gpio.h | 9 |
2 files changed, 0 insertions, 10 deletions
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 */ |
