aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/broadwell/include
diff options
context:
space:
mode:
authorMatt DeVillier <matt.devillier@gmail.com>2020-03-15 16:12:58 -0500
committerPatrick Georgi <pgeorgi@google.com>2020-03-17 08:20:38 +0000
commit2974ec2cbf6df4ca09cb472eb7465f3846c28747 (patch)
treee60b1e75db5ecc2916fc209f41d586c669e9c43b /src/soc/intel/broadwell/include
parent2d977b2dcbe83b2518c172de52014fe781135bd2 (diff)
soc/broadwell: remove unused function init_one_gpio()
Function was copied as part of upstreaming from Chromium tree, but isn't used and has never been used best I can tell. Change-Id: I53b8702c97d7a694450aa05ba49da6c26c30f725 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39576 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/soc/intel/broadwell/include')
-rw-r--r--src/soc/intel/broadwell/include/soc/gpio.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/broadwell/include/soc/gpio.h b/src/soc/intel/broadwell/include/soc/gpio.h
index c0ac13497b..3c7f08ad97 100644
--- a/src/soc/intel/broadwell/include/soc/gpio.h
+++ b/src/soc/intel/broadwell/include/soc/gpio.h
@@ -175,7 +175,6 @@ struct gpio_config {
} __packed;
/* Configure GPIOs with mainboard provided settings */
-void init_one_gpio(int gpio_num, struct gpio_config *config);
void init_gpios(const struct gpio_config config[]);
/* Get GPIO pin value */