sb/intel/common: Remove unused function prototype
Drop clear_gpio() since it's unused. Change-Id: Ic5359f7689d7f633c34605cab107ba3623d0b806 Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/88507 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
c54fde5040
commit
e272b20c85
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue