diff options
Diffstat (limited to 'drivers/axi/ihs_axi.c')
-rw-r--r-- | drivers/axi/ihs_axi.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/axi/ihs_axi.c b/drivers/axi/ihs_axi.c index 690aa7796b5..39455110907 100644 --- a/drivers/axi/ihs_axi.c +++ b/drivers/axi/ihs_axi.c @@ -10,7 +10,10 @@ #include <common.h> #include <axi.h> #include <dm.h> +#include <log.h> #include <regmap.h> +#include <linux/bitops.h> +#include <linux/delay.h> /** * struct ihs_axi_regs - Structure for the register map of a IHS AXI device |