commit | 0eb84bf54217cb32d61e3b3a76da88bc68a9859d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Dec 28 10:44:58 2019 -0700 |
committer | Jagan Teki <jagan@amarulasolutions.com> | Fri Jan 24 23:06:48 2020 +0530 |
tree | eef87384b3c4f0169c0dae2678b382c174b80479 | |
parent | 92052d49a38e0ed7e333acd96d9b2b6f3868db9b [diff] [blame] |
common: Move clock functions into a new file These three clock functions don't use driver model and should be migrated. In the meantime, create a new file to hold them. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/drivers/net/ag7xxx.c b/drivers/net/ag7xxx.c index 804d5c2..e3a7222 100644 --- a/drivers/net/ag7xxx.c +++ b/drivers/net/ag7xxx.c
@@ -7,6 +7,7 @@ */ #include <common.h> +#include <clock_legacy.h> #include <cpu_func.h> #include <dm.h> #include <errno.h>