]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: mediatek: remove extra gpio header
authorDavid Lechner <dlechner@baylibre.com>
Mon, 5 Jan 2026 20:47:21 +0000 (14:47 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 16 Jan 2026 15:53:57 +0000 (09:53 -0600)
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 <dlechner@baylibre.com>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
arch/arm/Kconfig
arch/arm/include/asm/arch-mediatek/gpio.h [deleted file]

index 0485fe78e10bddf76b09dca1a5a31049b623c1f9..1a6b77cb2b5ccef0301971ae5b102bd37b62cd5d 100644 (file)
@@ -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 (file)
index 4ea1020..0000000
+++ /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 */