aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/beltino/variants/panther
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/beltino/variants/panther')
-rw-r--r--src/mainboard/google/beltino/variants/panther/gpio.c (renamed from src/mainboard/google/beltino/variants/panther/include/variant/gpio.h)5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mainboard/google/beltino/variants/panther/include/variant/gpio.h b/src/mainboard/google/beltino/variants/panther/gpio.c
index ede463fe49..19e44e2ab1 100644
--- a/src/mainboard/google/beltino/variants/panther/include/variant/gpio.h
+++ b/src/mainboard/google/beltino/variants/panther/gpio.c
@@ -1,8 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-#ifndef PANTHER_GPIO_H
-#define PANTHER_GPIO_H
-
#include <southbridge/intel/lynxpoint/lp_gpio.h>
const struct pch_lp_gpio_map mainboard_gpio_map[] = {
@@ -103,5 +100,3 @@ const struct pch_lp_gpio_map mainboard_gpio_map[] = {
LP_GPIO_UNUSED, /* 94: UNUSED */
LP_GPIO_END
};
-
-#endif