summaryrefslogtreecommitdiff
path: root/src/soc/mediatek/mt8173/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/mediatek/mt8173/include')
-rw-r--r--src/soc/mediatek/mt8173/include/soc/gpio_base.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/soc/mediatek/mt8173/include/soc/gpio_base.h b/src/soc/mediatek/mt8173/include/soc/gpio_base.h
deleted file mode 100644
index a26437a49a..0000000000
--- a/src/soc/mediatek/mt8173/include/soc/gpio_base.h
+++ /dev/null
@@ -1,11 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-#ifndef SOC_MEDIATEK_MT8173_GPIO_BASE_H
-#define SOC_MEDIATEK_MT8173_GPIO_BASE_H
-
-#include <stdint.h>
-
-typedef struct {
- u32 id;
-} gpio_t;
-
-#endif