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 /arch/arm/include | |
| 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]>
Diffstat (limited to 'arch/arm/include')
| -rw-r--r-- | arch/arm/include/asm/arch-mediatek/gpio.h | 9 |
1 files changed, 0 insertions, 9 deletions
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 */ |
