commit | 6b9f0102c277ef110118c41a173c453fc6fd2899 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun May 10 11:40:06 2020 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon May 18 21:19:23 2020 -0400 |
tree | 6708091a5afd82a3b1c355f2ba2ab1ea74259fa9 | |
parent | 0f2af88cfb48b94e4b5d3a70bab8e194577af316 [diff] [blame] |
common: Drop asm/ptrace.h from common header Move this uncommon header out of the common header. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/drivers/clk/clk_versal.c b/drivers/clk/clk_versal.c index 0b1d45b..2fb3171 100644 --- a/drivers/clk/clk_versal.c +++ b/drivers/clk/clk_versal.c
@@ -7,6 +7,7 @@ #include <common.h> #include <log.h> #include <asm/cache.h> +#include <asm/ptrace.h> #include <dm/device_compat.h> #include <linux/bitops.h> #include <linux/bitfield.h>