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 <dlechner@baylibre.com>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
This commit is contained in:
David Lechner
2026-01-05 14:47:21 -06:00
committed by Tom Rini
parent 2848553202
commit dc82599c45
2 changed files with 0 additions and 10 deletions

View 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

View File

@@ -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 */