From e272b20c8526b0a42b7c7957dfbc5edc013c1c93 Mon Sep 17 00:00:00 2001 From: Patrick Rudolph Date: Mon, 21 Jul 2025 08:44:28 +0200 Subject: [PATCH] sb/intel/common: Remove unused function prototype Drop clear_gpio() since it's unused. Change-Id: Ic5359f7689d7f633c34605cab107ba3623d0b806 Signed-off-by: Patrick Rudolph Reviewed-on: https://review.coreboot.org/c/coreboot/+/88507 Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- src/southbridge/intel/common/gpio.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/southbridge/intel/common/gpio.h b/src/southbridge/intel/common/gpio.h index 8c7b2301ac..71154a6066 100644 --- a/src/southbridge/intel/common/gpio.h +++ b/src/southbridge/intel/common/gpio.h @@ -151,8 +151,6 @@ extern const struct pch_gpio_map mainboard_gpio_map; /* Configure GPIOs with mainboard provided settings */ void setup_pch_gpios(const struct pch_gpio_map *gpio); -void clear_gpio(int gpio_num); - int gpio_is_native(int gpio_num); #endif