diff options
Diffstat (limited to 'drivers/fpga/intel_sdm_mb.c')
| -rw-r--r-- | drivers/fpga/intel_sdm_mb.c | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/drivers/fpga/intel_sdm_mb.c b/drivers/fpga/intel_sdm_mb.c index 903d143a361..45caef4f5c1 100644 --- a/drivers/fpga/intel_sdm_mb.c +++ b/drivers/fpga/intel_sdm_mb.c @@ -3,14 +3,16 @@   * Copyright (C) 2018 Intel Corporation <www.intel.com>   */ -#include <common.h>  #include <altera.h>  #include <log.h> +#include <time.h>  #include <watchdog.h>  #include <asm/arch/mailbox_s10.h>  #include <asm/arch/smc_api.h>  #include <linux/delay.h> +#include <linux/errno.h>  #include <linux/intel-smc.h> +#include <linux/string.h>  #define RECONFIG_STATUS_POLL_RESP_TIMEOUT_MS		60000  #define RECONFIG_STATUS_INTERVAL_DELAY_US		1000000 | 
