commit | 1045315df0f1bed617f0ee01379a10f543cec501 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Nov 14 12:57:30 2019 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 02 18:23:13 2019 -0500 |
tree | 3e76715bb70bfe6019e0b2bbb7f665b5b7830b8d | |
parent | f0143a86af1cafff17ac9893015374f0f2f6ae06 [diff] [blame] |
common: Move get_ticks() function out of common.h This function belongs in time.h so move it over and add a comment. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
diff --git a/drivers/net/pic32_eth.c b/drivers/net/pic32_eth.c index 5c706c0..b0f7677 100644 --- a/drivers/net/pic32_eth.c +++ b/drivers/net/pic32_eth.c
@@ -9,6 +9,7 @@ #include <net.h> #include <miiphy.h> #include <console.h> +#include <time.h> #include <wait_bit.h> #include <asm/gpio.h>