summaryrefslogtreecommitdiff
path: root/include/gpio.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gpio.h')
-rw-r--r--include/gpio.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/gpio.h b/include/gpio.h
index 7c0a4cad22..741f41f3d7 100644
--- a/include/gpio.h
+++ b/include/gpio.h
@@ -225,14 +225,6 @@ void gpio_set_flags_by_mask(uint32_t port, uint32_t mask, uint32_t flags);
*/
void gpio_set_alternate_function(uint32_t port, uint32_t mask, int func);
-/**
- * Enable GPIO peripheral clocks.
- *
- * This function is used by the GPIO implementation and should not be called
- * outside of that context.
- */
-void gpio_enable_clocks(void);
-
/* Optional board-level function to set hibernate GPIO states. */
void board_set_gpio_hibernate_state(void) __attribute__((weak));